Which element is a container for all the head elements, and may include the document title, scripts, styles, meta information, and more?
Answer options
A
True
B
False
Correct answer: True
Explanation
The HTML <head> element is a container for document metadata and head elements, including the <title>, <link> to stylesheets, <script> tags, <meta> tags, and more.