TABLES
<table>A table.<tr>Table row.<th>Header cell.<td>Normal cell.
SPAN
colspan="n"Span a cell across N cells.rowspan="n"Span a cell across N rows.
<table> A table.<tr> Table row.<th> Header cell.<td> Normal cell.
colspan="n" Span a cell across N cells.rowspan="n" Span a cell across N rows.