HTML Sample Codes[1]
HTML Sample Codes[1]
HTML Table
Necessary Tags Necessary Attributes
<table></table> border=””
<caption></caption> cellspacing=””
<tr></tr> cellpadding=””
<td></td> width=”” height=””
<th></th> rowspan=””
colspan=””
align=”left/center/right”
valign=”top/middle/bottom”
Exercise