Multiple choice css

Where in an HTML document is the correct place to refer to an external style sheet?

  1. In the <body> section

  2. At the end of the document

  3. At the top of the document

  4. In the <head> section

  5. 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.