Basic format:
<Table><caption>Table header Content</caption><TR> <!--First line -<thScope= "Col">First row, first column</TD><thScope= "Col">First row, second column</TD><thScope= "Col">First row, third column</TD></TR><TR> <!--Second Line -<thScope= "Row">Second row, first column</TD><TD>Second row, second column</TD><TD>Second row, third column</TD></TR><TR> <!--Third line -<TDScope= "Row">The first column of the third row</TD><TD>Third row, second column</TD><TD>Third row, third column</TD></TR></Table>
Use CSS to define table properties:
1 Table{2 background:#666;/*define a table background color*/3 Color:#FFF;/*Define table Font color*/4 Font:14px/25px "Song Body";/*Defining Fonts*/5 Border:1 Solid #eee;/*Define table borders*/6}7 TD{/*Table box is only the outer border, if you want to implement the inner border, you need to define the TD border*/8 9}
Getting Started with web design--Forms