You are modifying an existing web page. The page isbeing optimized for accessibility. The current page
contains the following HTML.
Standards-compliant screen readers must be able to identify the links contained within the navigation structure
automatically.
You need to create the navigation link structure in the page.
With which container tags should you wrap the existing markup?
A.
<navmap> </navmap>
B.
<div id=”nav”> </div>
C.
<nav> </nav>
D.
<map> </map>
Explanation:
new elements
<header> Defines a header region of a page or section.
<footer> Defines a footer region of a page or section.
<nav> Defines a navigation region of a page or section.
<section> Defines a logical region of a page or a grouping ofcontent.
<article> Defines an article or complete piece of content.
<aside> Defines secondary or related content.