Multiple choice css Where in an HTML document is the correct place to refer to an external style sheet? In the <body> section At the end of the document At the top of the document In the <head> section Between head and body Reveal answer Fill a bubble to check yourself D Correct answer Explanation The standard and valid location for the tag, which references an external CSS style sheet, is within the section of an HTML document. This ensures the styles are loaded and ready before the browser renders the content.