
HTML Tables Quiz

Quiz
•
Computers
•
9th - 11th Grade
•
Hard
Helen Laleendra
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the HTML tag used to create a table?
<tr></tr>
<table></table>
<th></th>
<td></td>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to define a table row?
<td>
<tr>
<th>
<table>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the
Table data
Table footer
Table row
Table header
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you add a border to an HTML table?
Using the 'border-color' attribute
Using the 'outline' attribute
Using the 'frame' attribute
Using the 'border' attribute
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What attribute is used to make a table cell span multiple columns?
colspan
span
merge
rowspan
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to define a table header?
<to>
<td>
<tr>
<th>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
tag?To define the table caption
To define the table footer
To define the table header
To define the table body