Beginner HTML & CSS
Q13 / 100

What is the purpose of the <head> element in an HTML document?

Correct! Well done.

Incorrect.

The correct answer is B) To contain meta-information, the title, links to stylesheets/scripts, not directly displayed on the page

B

Correct Answer

To contain meta-information, the title, links to stylesheets/scripts, not directly displayed on the page

Explanation

The <head> contains metadata such as <title>, <meta> tags, and links to CSS/JS — content that configures the page rather than being rendered directly in the body.

Progress
13/100