Lists, Images & Links — Chapter Test

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

Question 1
Which list is numbered?
A<ul>
B<ol>
C<li>
D<dl>
Question 2
Which <img> attribute is REQUIRED to show a picture?
Aalt
Bsrc
Cwidth
Dheight
Question 3
What does alt do on an image?
ASets the image width
BGives alternate text shown when the image can't load
CLinks the image to a page
DAligns the image
Question 4
To open a link in a NEW tab you set…
Ahref="_blank"
Btarget="_blank"
Copen="new"
Dtab="new"
Question 5
Which href opens the email app to write to an address?
Ahref="email:..."
Bhref="mailto:..."
Chref="send:..."
Dhref="mail:..."