NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
HTML5 Mastery: Structure, Semantics, Attributes, and Real Projects
Lists, Links, and Navigation
Quiz
Chapter Quiz: Lists, Links, and Navigation
Links and Navigation Quiz
Complete this assessment with 100% score to master this chapter.
01
Which attribute on an <a> tag defines the link destination?
href
src
target
action
02
Which combination of attributes should you use when opening a link in a new tab for security?
target="_blank" and rel="noopener noreferrer"
target="_blank" and secure="true"
open="newtab" and rel="nofollow"
target="_new" and sandbox="allow"
03
What does a hash link like <a href="#section-2"> do?
Scrolls to the element on the same page with id="section-2"
Links to a file called section-2.html
Opens a new browser tab
Submits a search query
04
What is the correct semantic element for a site's primary navigation menu?
<nav>
<menu>
<header>
<aside>
05
Which list type should be used when order matters, such as a numbered set of steps?
<ol>
<ul>
<dl>
<menu>
Submit Answers
Back to Lesson
Next Chapter