Term
|
Definition
| XHTML tables are used to structure ?. |
|
|
Term
|
Definition
| Use the HTML elements ???? together to create a table. |
|
|
Term
|
Definition
| the ? element defines and surrounds the entire table |
|
|
Term
|
Definition
| Tables are defined in ? using the ? element |
|
|
Term
|
Definition
| Each row contains one or more data cells defines with the ? element |
|
|
Term
|
Definition
| Use the ? element for data cells that are row or column headings |
|
|
Term
|
Definition
| Tables are laid our in a ?. |
|
|
Term
|
Definition
| Each row corresponds to a ?...? |
|
|
Term
|
Definition
| Each column corresponds to ?...? |
|
|
Term
|
Definition
| You can provide additional information about your tables with the ? attribute and the ? element. |
|
|
Term
| padding borders border spacing |
|
Definition
| Tables data cells can have?, ?, and ? which is the space between cells. |
|
|
Term
|
Definition
| You can control the padding border and borderspacing of a table with ?. |
|
|
Term
|
Definition
| The ? property is a special CSS property for tables that allows you to combine cell brders into one border for a cleaner look. |
|
|
Term
| alignment text align vertical align |
|
Definition
| You can change the ? of the data in you tbale cells with the ? and ? Css properties |
|
|
Term
|
Definition
| You can add ? to your tables with the background-? property. |
|
|
Term
|
Definition
| If you have no data for a data cell, put ? into the td element. |
|
|
Term
|
Definition
| If your data cell needs to span multiple rows or column, you can use the ? or ? atributes of the td element. |
|
|
Term
|
Definition
| You can ? tables within tables by placing the table element and all its conten inside a data cell. |
|
|
Term
|
Definition
| Tables should be used for tabular data not for laying our your pages. |
|
|
Term
|
Definition
| ? can be styled with CSS just like any other element. |
|
|
Term
|
Definition
| ? allows you to change the type of the marker used in your list. |
|
|
Term
|
Definition
| ? allows you to specify an image for you list marker |
|
|