Multiple choice technology web 2.0 Where in an HTML document is the correct place to refer to an external style sheet At the top of the document In the <body> section At the end of the document In the <head> section Reveal answer Fill a bubble to check yourself D Correct answer Explanation External style sheets should be referenced in the section using the tag. This allows styles to load before the body renders, preventing flash of unstyled content and following HTML standards.