<link>

Specifies relationships between the current document and an external resource. This element is most commonly used to link to CSS but is also used to establish site icons among other things.

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/link

#HTML #WebDev #DailyHTML

<link>: The External Resource Link element - HTML | MDN

The <link> HTML element specifies relationships between the current document and an external resource. This element is most commonly used to link to stylesheets, but is also used to establish site icons (both "favicon" style icons and icons for the home screen and apps on mobile devices) among other things.

MDN Web Docs