HTML and CSS Reference
In-Depth Information
</td>
</tr>
</table>
</body>
</html>
Objective 1.1: Review
Correct answer: D
1.
Incorrect: The <article> element is a new HTML5 semantic element.
A.
Incorrect: The <footer> element is a new HTML5 semantic element.
B.
Incorrect: The <hgroup> element is a new HTML5 semantic element.
C.
Correct: The <input> element isn't new in HTML5. However, new input types have
been introduced to the specification.
D.
Correct answer: A
2.
Correct: The <hgroup> element is expected to contain any or all of the <h1> to
<h6> elements.
A.
Incorrect: The <header> element is used separately to define the header section
of an <article> element or a <section> element.
B.
Incorrect: The <nav> element is used to define a menu structure. It wouldn't be
included inside an <hgroup> element.
C.
Incorrect: The <hgroup> element is expected to contain only the <h1> to <h6>
elements.
D.
Correct answer: C
3.
Incorrect: The <div> element doesn't provide any additional context to a search
engine.
A.
Incorrect: The <header> element is contained inside an <article> element and will
help but isn't the main element to provide search engine optimization.
B.
Correct: The <article> element tells the search engine that specific content in this
area is relevant to what users are searching for. This element provides for the best
search engine optimization.
C.
Incorrect: The <article> element is specifically used for SEO.
D.
Search WWH ::




Custom Search