NEW
Font size
S
M
L
XL
WorksheetsuCertify SDA Lesson 5 Quiz
Total questions: 15
Worksheet time: 8mins
Name
Class
Date
1.
Which tags start and finish an HTML table element?
a)
<tab> </tab>
b)
<table> <table>
c)
<tr> </tr>
d)
<table> </table>
2.
Which opening and closing tags are used to define the header row cells in an HTML table element?
a)
<hr> </hr>
b)
<tr> </tr>
c)
<th> </th>
d)
<thr> </thr>
3.
Which opening and closing tags are used to define a row in an HTML table element?
a)
<r> </r>
b)
<tr> </tr>
c)
<tr> <tr>
d)
<row> </row>
4.
Which of the following tags is used to display tabular data within an HTML table?
a)
<td>
b)
<tr>
c)
<table>
d)
<data>
5.
td cells by default are...
a)
left aligned in the cell
b)
right aligned in the cell
c)
top aligned in the cell
d)
bottom aligned in the cell
6.
Why would a table be used?
a)
To arrange and store similar data
b)
To arrange different data
c)
To hold stuff
d)
none of the above
7.
Contains all other table elements
a)
<table>....</table>
b)
<caption>.....</caption>
c)
<tr>...</tr>
d)
<td>...</td>
8.
Adds a title, which appears above the table by default.
a)
<table>...</table>
b)
<caption>...</caption>
c)
<th>...</th>
d)
<td>...</td>
9.
Contains all data for a table row.
a)
<table>...</table>
b)
<tr>...</tr>
c)
<th>...</th>
d)
<td>...</td>
10.
Property used to manipulate the amount of space between cell content and the cell's inner border.
a)
padding
b)
border-spacing
11.
Property used to manipulate the amount of space between borders of adjacent table cells.
a)
padding
b)
border-spacing
12.
Attribute that identifies the number of table columns a single cell can occupy.
a)
colspan
b)
rowspan
13.
Attribute that identifies the number of table rows a single cell can occupy.
a)
colspan
b)
rowspan
14.
Determines the style of border
a)
background-color
b)
border
c)
text-align
d)
padding
15.
Combines the borders of adjacent cells into a single border instead of separating them
a)
text-align
b)
vertical-align
c)
padding
d)
border-collapse
Reset
