Term
|
Definition
|
|
Term
What elements do you use for a table? |
|
Definition
table= starts and end a table tr= starts new rows th= makes table headings td= where you insert your content |
|
|
Term
Can you add additional info to your tables? |
|
Definition
Yes you can uae a cation to do so. |
|
|
Term
|
Definition
It defines and surrounds the table |
|
|
Term
How do they correspond to a table? |
|
Definition
The tr corresponds to rows and td to collumns |
|
|
Term
What can you do with the table cells as far as spacing? |
|
Definition
You can make it have padding, borders, and border spacing |
|
|
Term
How do you control the added spacing? |
|
Definition
|
|
Term
How can I change where the text appears in the cell |
|
Definition
with the text align and virtical align properties. |
|
|
Term
It looks boring though, can I add colors? |
|
Definition
yes you can stlye your tables with colors. You can set this in rows, collumns, and individual cells using background-color. |
|
|
Term
What if I dont have any info for a certain cell? |
|
Definition
Leave it blank so you do not mess the alignment of your table up. |
|
|
Term
And What If I need a table nside a table? |
|
Definition
just put another table code in side of your exsisting table code. And it is styled using Table Table. |
|
|
Term
Well I need to Make a row span how do i do that? |
|
Definition
Add a span into the element name and give it a value. |
|
|
Term
Ok I finished my table, But now iI want to work on lists, how do I do that? |
|
Definition
In your css use list-style-image, type, or positioning this will allow you to change bullets to pictures or control text wrapping. |
|
|
Term
|
Definition
Do not use Css tables as a layout for a site or it will result in a hrrible looking site! |
|
|