Podcast
Questions and Answers
Which element serves as the root element of a hierarchy of elements in HTML?
Which element serves as the root element of a hierarchy of elements in HTML?
- div
- html (correct)
- head
- body
Which element contains metadata about the document in HTML?
Which element contains metadata about the document in HTML?
- head (correct)
- h1
- div
- body
Which type of elements have no content and no end tag in HTML?
Which type of elements have no content and no end tag in HTML?
- Root elements
- Enclosed elements
- Void elements (correct)
- Nested elements
Where may attributes be expressed in HTML elements?
Where may attributes be expressed in HTML elements?
What may be placed inside a footer in HTML?
What may be placed inside a footer in HTML?