MCQ
Which HTML element contains the metadata about a document?
A <head>
B <header>
C <meta>
D <body>
Explanation

The <head> element contains metadata about the document, such as title, character set, and linked stylesheets.