Shared Flashcard Set

Details

Web Design Chapter 13- bullets
Chapter 13
23
Computer Science
10th Grade
01/27/2009

Additional Computer Science Flashcards

 


 

Cards

Term
What are XHTML tables used for?
Definition
structure tabular data
Term
What elements are used to create a table?
Definition
TABLE, TR, TH, AND TD.
Term
What element defines and surrounds the entire table?
Definition
TABLE
Term
What element defines the table in rows?
Definition
TR
Term
What element defines each row containing one or more data cells?
Definition
TD
Term
What element is used for row or column headings?
Definition
TH
Term
What does each row correspond to?
Definition
TR...closing TR
Term
What does each column correspond to?
Definition
TD...closing TD
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
Table data cells
Term
What is the space between cells?
Definition
border spacing
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
Border-collapse property
Term
What property allows you to combine cell borders into one border?
Definition
border-collapse
Term
What properties can change the alignment of the data in your table?
Definition
text-align
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
TD...closing TD
Term
What do you use if your cell needs to span mulitiple rows or coulumns?
Definition
rowspan of colspan
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
laying your page out
Term
Lists can be styled with what?
Definition
CSS
Term
What allows you to change the type of the marker used in your list?
Definition
list-style-type
Term
What allows you to specify an image for your list marker.
Definition
list-style-image
Supporting users have an ad free experience!