TABLES Flashcards
Used for defining a table
Tables
Tag for table row - to define row
<tr>
</tr>
Tag for table header - to define elements
<th>
</th>
Tag for table data/cell - organize data into rows and columns
<td>
</td>
For unordered list - ability to control the sequence number - to continue where the previous list left off, or to stat a particular number
<ul>
</ul>
Ordered list - to list items marked with numbers by default
<ol>
</ol>
Sets all table properties in one declaration
Border
Specifies whether or not table borders should be collapsed
Border collapse
Distance between borders of adjacent cells
Border-spacing
Specifies the placement of a table caption
Caption-side
Specifies whether or not to display borders and background on empty cells in a table
Empty-cells
Sets the layout algorithm to be used for a table
Table-layout
Sets all the properties for a list in one declaration
List-style
Specifies an image as the list-item marker
List-style-image
Specifies the type of list-item marker
List-style-type