Term
| XHTML tables are used to structure ________ data |
|
Definition
|
|
Term
| Use HTML table element <___>, <___>, <___>, <___> together to create ______ |
|
Definition
|
|
Term
| Tqbles are defined by rows using the <__> element |
|
Definition
|
|
Term
| Each row contains one or more ____ ____ defined withthe td element |
|
Definition
|
|
Term
Each row corresponds to a <__>... and each column correspond to a <__>... in a row |
|
Definition
|
|
Term
| ___ ___ provides addtional informatiion about a table |
|
Definition
|
|
Term
| ___ ____ is the ____ between cells |
|
Definition
|
|
Term
| You can control ___, ___, ___ with css |
|
Definition
| Padding, Borders, Border spacing |
|
|
Term
| ____ is the CSS property for table to combine cell borders |
|
Definition
|
|
Term
| You can change the alignment of the data with what 2 properties |
|
Definition
| text-align and vertical-alignment |
|
|
Term
| What porperty can add color to a cell or the whole table |
|
Definition
| background-color property |
|
|
Term
| TO maintain the alignment of table place not content in what(use <>) |
|
Definition
|
|
Term
| Place these attributes in the td element |
|
Definition
|
|
Term
| TO nest a table in another tadle place all the table element in what |
|
Definition
|
|
Term
|
Definition
|
|
Term
| what is the css top syle a list |
|
Definition
| list-style-type and list-style-image |
|
|
Term
| Use this in css to change the marker type |
|
Definition
|
|
Term
| Allow you to specify an image for the marker |
|
Definition
|
|