HTML Flashcards
1
Q
Choose the correct HTML element to define emphasized text
<i></i>
<em><em></em></em>
<italic><italic></italic>
</italic>
A
<em></em>
2
Q
Which of these elements are all <table> elements?
<thead><body><tr>
<table><tr><tt>
<table><tr><td>
<table><head><tfoot>
</tfoot></head></table></td></tr></table></tt></tr></table></tr></body></thead>
A
<table><tr><td>
</td></tr></table>
3
Q
Are block elements normally displayed without starting a new line?
A
False
4
Q
Which input type defines a slider control?
slider
range
controls
search
A
range
5
Q
In HTML, what does the <aside> element define?
A
Content aside from the page content