ComS106 Ch8
table, tr, td
Select the item below that lists elements used in an HTML table:
vertical-align
The CSS ______ property can be used to configure the vertical alignment of the contents of a table cell.
<caption>
The purpose of the _______ element is to describe the contents of a table.
border-spacing: 0;
To configure the table cells to share a common border and eliminate the default space between table cells configure ___________.
<th>
Use _______ element to indicate table column headings or table row headings.
padding
Use the CSS ______ property to configure the cellpadding of a table.
<tr> </tr>
Use the _____ tag pair to begin and end a table row.
border
Use the ______ attribute to configure the width of a table border.
<td>
Use the headers attribute on the ___ tag to correspond to the id attribute on a <th> tag.
:last-of-type
Which of the following CSS3 pseudo-elements could be used to apply styles to the last row of a table? Correct!