Web Design Quiz 5
False
A single table can contain at most one <tbody> tag.
Frame
Attribute that allows you to determine which sides of a table will have borders
Rules
Attribute that lets you control how internal table grid lines are drawn
True
By default, browsers display tables without table borders.
in the middle of the cell, aligned with the cell's left edge.
By default, cell text is placed _____.
Pixels
Cellpadding value is expressible in _____
<td>
Data cells in a Web table are displayed using a ____ tag.
<td>
Data cells in a Web table are displayed using a _____ tag
preformatted text
Displayed by the browser in a monospace font.
resize and float
Like other block-level elements, you can _____ tables using the same styles you've already studied.
break-after
Property used to create a manual column break in CSS3.
Column-gap
Property used to set the space between columns.
Caption-side
Style that determines where the title of a table is displayed
Collapse
Style value that causes borders to be combined
Separate
Style value that makes it so you can only apply borders to the table itself or to table cells.
False
Table cells have the lowest precedence in Web table styles
boldface
Text formatted with the <th> tag is displayed in a(n) ____ font.
span
The ____ attribute can be used to specify the number of columns a colgroup references.
Cell spacing
The amount of space between table cells
Center
The default alignment of a table cell
tr
The equivalent HTML element to display: table-row is _____
True
The number of columns in a Web table is determined by the maximum number of cells within each row
<td rowspan="2" colspan="2">
To create a cell that spans two rows and two columns at the same time, you enter the <td> tag as ____.
Spanning
Type of cell that occupies more than one row or column in a table
hsides
With the frame value _____, a border is drawn on the top and bottom sides of the table
vsides
With the frame value ______, a border is drawn on the left and right sides of the table
<pre>
You can use the ____ tag to display preformatted text.
<col />
You reference columns individually using the ____ element
Firefox
_____ supports caption-side values of left and right to place the caption directly to the left or right of a Web table.