Multiple choice technology web technology

To link your Web page to a style sheet, you must use the _____ tag.

  1. <STYLESHEET>

  2. <STYLE>

  3. <LINK>

  4. <WEB>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tag with rel="stylesheet" attribute is used to connect an external CSS file to an HTML document. The tag is for internal/embedded CSS, not external style sheets. There is no <STYLESHEET> or <WEB> tag in HTML standard.