Term
| What are XHTML tables used for? |
|
Definition
|
|
Term
| What elements are used to create a table? |
|
Definition
|
|
Term
| What element defines and surrounds the entire table? |
|
Definition
|
|
Term
| What element defines the table in rows? |
|
Definition
|
|
Term
| What element defines each row containing one or more data cells? |
|
Definition
|
|
Term
| What element is used for row or column headings? |
|
Definition
|
|
Term
| What does each row correspond to? |
|
Definition
|
|
Term
| What does each column correspond to? |
|
Definition
|
|
Term
| What two things can provide additional info. about your tables? |
|
Definition
| CAPTION and table summary |
|
|
Term
| What can have padding, borders, and border spacing? |
|
Definition
|
|
Term
| What is the space between cells? |
|
Definition
|
|
Term
| What can you control of the table cells with CSS? |
|
Definition
| padding, borders, and border spacing |
|
|
Term
| What allows you to combine cell borders into one border for a cleaner look? |
|
Definition
|
|
Term
| What property allows you to combine cell borders into one border? |
|
Definition
|
|
Term
| What properties can change the alignment of the data in your table? |
|
Definition
|
|
Term
| What property lets you add color to the background? |
|
Definition
| background-color property. |
|
|
Term
| what do you use when you have no data for a cell? |
|
Definition
|
|
Term
| What do you use if your cell needs to span mulitiple rows or coulumns? |
|
Definition
|
|
Term
| How can you nest tables within tables? |
|
Definition
| by placing the table element inside the data cell. |
|
|
Term
| Tables should be used for tabular data not ... |
|
Definition
|
|
Term
| Lists can be styled with what? |
|
Definition
|
|
Term
| What allows you to change the type of the marker used in your list? |
|
Definition
|
|
Term
| What allows you to specify an image for your list marker. |
|
Definition
|
|