Term
|
Definition
| _______ tables are used to structure tabular data. |
|
|
Term
|
Definition
| Use the HTML table elements table tr th and td together to create a ______ |
|
|
Term
|
Definition
| The ______ element defines and surrounds the entire table |
|
|
Term
|
Definition
| Tables are defined in rows, using the ______ element |
|
|
Term
|
Definition
| Each row contains ____ or more data cells, defined with the td element |
|
|
Term
|
Definition
| Use the ____ element for data cells that are row or column headings |
|
|
Term
|
Definition
| Tables are laid out in a ______ |
|
|
Term
|
Definition
| You can provide additional information about you table with the table _______ attribute |
|
|
Term
|
Definition
| Table data cells can have _______, borders, and border spacing, which is the space between cells |
|
|
Term
|
Definition
| The _____________ property is a special CSS property for tables that allows you to combine cell borders into one border for a cleaner look |
|
|
Term
|
Definition
| You can change the _________ of the data in your table cells with the text-align and vertical-align CSS |
|
|
Term
|
Definition
| You can add color to your bales with the_________ property |
|
|
Term
|
Definition
| If your data cell needs to span multiple rows or columns, you can use the _______ or colspan attribute of the td element |
|
|
Term
|
Definition
| You can nest tables within tables by placing the table element and all its content inside a ______ cell |
|
|
Term
|
Definition
| Tables should be used for ______data, not for laying out your pages |
|
|
Term
|
Definition
| Lists can be styled with CSS just like any other ______ |
|
|
Term
|
Definition
| ___________allows you to cahnge the type of the marker used in your list |
|
|
Term
|
Definition
| _____________allows you to specify an image for your list maker |
|
|