NEW
Font size
WorksheetsHTML Semantic Elements
Total questions: 10
Worksheet time: 5mins
Semantic elements = elements with a meaning.
True
False
Examples of non-semantic elements: <div> and <span>
True
False
Examples that are not semantic elements: <form>, <table>, and <article>
True
False
The <section> element does not define a section in a document.
True
False
The <article> element specifies independent, self-contained content.
True
False
The <section> element does not define section in a document.
True
False
Can we use the definitions to decide how to nest those elements? (section and article)
Of course we can!
Why couldn't we?
No we cannot.
Articles should never have sections nested within them.
You can have several <header> elements in one HTML document. However, <header> cannot be placed within a <footer>, <address> or another <header> element.
True
False
A <footer> element typically contains:
unrelated documents
main navigation menu
information about feet
True
False
The <aside> content should be indirectly related to the surrounding content. (like a sidebar)
True
False
