Links — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
Which attribute holds a link's destination?
A src
B href
C target
D link
Question 2
You add target="_blank" to open a link in a new tab. What else should you add?
A Nothing else is needed
B rel="noopener noreferrer"
C id="newtab"
D type="tab"
Question 3
How do you link to a section with id="faq" on the same page?
A href="faq"
B href="#faq"
C href="/faq"
D href="id:faq"
Question 4
Which is the better link text?
A "Click here"
B "Read our refund policy"
C "Link"
D "This"
Question 5
What does <a href="mailto:hi@vidaara.org"> do?
A Sends an email automatically
B Opens the visitor's email app with the address filled in
C Links to a page called mailto
D Nothing — mailto is not valid