Multiple choice technology web 2.0

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

  1. At the top of the document

  2. In the <body> section

  3. At the end of the document

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