Hypertext Markup Language Exam Questions with Verified
A+ Answers 2025/2026
Which HTML tag is a container for metadata? - correct answer <head>
Which HTML structure tag defines the main content of the document body?
- correct answer <main>
Which HTML structure tag defines an area for navigation links? - correct
answer <nav>
Which HTML structure tag defines a thematic grouping of content, typically
with a heading? - correct answer <section>
Which HTML structure tag defines independent, self-contained content that
makes sense on its own? - correct answer <article>
Which HTML structure tag defines content indirectly related to the
surrounding content? - correct answer <aside>
Which HTML structure tag defines the bottom of the web page or a section
of content? - correct answer <footer>
Which HTML tag is used to show a video on a web page? - correct
answer <video>
, What process ensures that your code complies with standards? - correct
answer validation
Why is it important to validate your code and correct all errors? - correct
answer you have a better chance of your pages rendering as you expect
and to a larger audience
What file type provides a standard format for sound files on Windows-
based computers? - correct answer WAV
What file type provides a standard format for music files sent over the
Internet? - correct answer MP3
Which portion of this code is the tag?
<video controls="controls" poster="image.png">
Your browser does not support the video element.
</video> - correct answer <video></video>
Which portion of this code is the attribute?
<audio controls="controls">
Your browser does not support the video element.
</audio> - correct answer controls="controls"
Which element is used to create a bulleted list? - correct answer <ul>