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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Are block elements normally displayed without starting a new line?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which input type defines a slider control?
slider
range
controls
search

A

range

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In HTML, what does the <aside> element define?

A

Content aside from the page content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly