Multiple choice technology web technology To link your Web page to a style sheet, you must use the _____ tag. <STYLESHEET> <STYLE> <LINK> <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.