exam questions

Exam 70-480 All Questions

View all questions & answers for the 70-480 exam

Exam 70-480 topic 1 question 13 discussion

Actual exam question from Microsoft's 70-480
Question #: 13
Topic #: 1
[All 70-480 Questions]

You are modifying an existing web page. The page is being 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>
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
HTML <nav> Tag -

Example -
A set of navigation links:
<nav>
<a href="/html/">HTML</a> |
<a href="/css/">CSS</a> |
<a href="/js/">JavaScript</a> |
<a href="/jquery/">jQuery</a>
</nav>
Reference: HTML <nav> Tag -
http://www.w3schools.com/tags/tag_nav.asp

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
xvarga
4 years, 10 months ago
Compared to display: inline, the major difference is that display: inline-block allows to set a width and height on the element.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...