Multiple choice general knowledge

Which of these tags should NOT be located in the head section of your page?

  1. <title>

  2. link to a style sheet

  3. background image

  4. metatags

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The section contains metadata like , meta tags, and links to stylesheets. Background images are visual elements that belong in the section or should be specified through CSS within . The HTML structure separates content (body) from presentation and metadata (head).