Details

Title: chapter 12

Description: flash cards

Total Flash Cards: 19

Created: 01/27/2009 06:38:47

New Users: To study from this flashcard set, or to create your own your own study flash cards, REGISTER HERE.

Existing Users: CLICK HERE.

Additional Computer Science Flashcards

Cards in this set:

Term
XHTML Tables
Definition
are used to structure tabular data
Term
HTML Elements
Definition
Table, tr, th, and td are used to make a table
Term
table element
Definition
defines and surrounds the entire table.
Term
tr
Definition
are the table rows
Term
td
Definition
is the tables data
Term
th
Definition
is the tables headings
Term
Tables
Definition
are laid out in a grid
Term
to provide more info of the table
Definition
use the caption element.
Term
data cells
Definition
have padding and borders but not margins
Term
you can use
Definition
css to control padding and borders
Term
use border-collaspe
Definition
to combine to the border around the cells
Term
to change
Definition
the datas alignment use text-alignment in your CSS
Term
to add color
Definition
to cells use the background-color property
Term
if you dont have data for a cell
Definition
use no content in td
Term
you can
Definition
nest inside of tables with the table element
Term
Tables should
Definition
be used for tabular data not for laying out a page
Term
lists
Definition
can be styled with CSS
Term
list-style-type
Definition
allows you to change the type of marker
Term
list-style-image
Definition
allows you to specify an image for your list marker