Term
| to structure tabular data |
|
Definition
| what are XHTML tables used for? |
|
|
Term
|
Definition
| name some the table elements used to create a table |
|
|
Term
|
Definition
| which element defines and surrounds the entire table? |
|
|
Term
| in rows, using the tr element |
|
Definition
|
|
Term
|
Definition
| each row contains one or more data cells, defined with the _____. |
|
|
Term
|
Definition
| Use ______ for data cells that are row or column headings |
|
|
Term
|
Definition
|
|
Term
|
Definition
| you can provide additional information about your tables with the table summary attribute, and ________. |
|
|
Term
|
Definition
| table data cells can have padding, borders, and border spacing. but what can't they have? |
|
|
Term
|
Definition
| the______ is a special CSS property for tables that allows you to combine cell borders into one border for a cleaner look |
|
|
Term
| text-align and vertical-align |
|
Definition
| you can change the alignment of the data in your table cells with the______. |
|
|
Term
| background-color property |
|
Definition
| You can add color to your tables with the _______. |
|
|
Term
|
Definition
| what do you type if you have no data for the cell? |
|
|
Term
|
Definition
| if your cell needs to span multiple rows or columns what do you use? |
|
|
Term
|
Definition
| what do you call a table inside a table? |
|
|
Term
|
Definition
|
|
Term
| list style type and list style image |
|
Definition
| how do you customize your list |
|
|
Term
| change the type of the marker |
|
Definition
| what does list style type do? |
|
|
Term
| it puts an image for your marker |
|
Definition
| what does list style image do |
|
|