Table tags

Table Rules

Usage

Table Tag
< table > < /table >
begins and ends the table.
Table row Tag
< tr > < /tr >
Creates a row in the table & contains the head and data tags.
Table Head Tag
< th > < /th >
display column name of table.
Table Data Tag
< td > < /td >
Contains all table data:text, images or video.
Caption Tag
< caption > < /caption >
describes the data within the table.
Alignment Tag
< Align="">
choices are vertical, left, right, and center.<
Column Span
< colspan="4" >
forces the data to span 4 columns across the table.
Row Span
< rowspan="4">
forces the data to span 4 rows across the table.
Cellspacing Tag
< cellspacing=" ">
Cellspacing adds space between the table cells.
Cellspacing Tag
< cellpadding="">
Cellpadding adds around the table data.