A <LINK> tag is used to specify that the browser is to fetch and use an external style sheet file.
What is a link tag?
- The link> tag establishes a connection between the current document and an external resource.
- The link> tag is most commonly used to add a favicon to your website or to link to external style sheets.
- The HTML link> tag is used to create a link to another document. It is placed in the document's head> section.
- Link tags can be used to encourage external linking from other sites to your own (known as "inbound links") as well as to improve your SEO by linking to trustworthy sites (known as "outbound links").
- When linking to an external style sheet, it's best to use HTML link tags and hyperlinking.
- Use the a> and /a> tags, which are used to specify links, to create a hyperlink in an HTML page. The a> tag denotes the beginning of the hyperlink, while the /a> tag denotes its conclusion.
To learn more about tags, refer
https://brainly.com/question/23911329
#SPJ4