<html><head><title>HTMLTable</title></head>
<styletype="text/css">
TABLE{
background:blue;
border-collapse:separate;
border-spacing:10pt;
border-top:15pxsolidred;
border-left:15pxsolidred;
border-right:5pxdashedblack;
border-bottom:10pxdashedblue;}
TD,TH{
background:white;
border:outset5pt;
horizontal-align:right;}
CAPTION{
border:ridge5ptblue;
border-top:ridge10ptblue;}
</style><body>
<tablesummary="webjx.com-TablesandCSS">
<caption>FirstQuarterSales</caption>
<thead><tr>
<thabbr="salesperson"scope="col">Person</th>
<thabbr="sales"scope="col">Sales</th>
</tr></thead>
<tbody><tr>
<td>Mr.Jin</td>
<td>600.00</td>
</tr><tr>
<td>Mr.Jones</td>
<td>0000.00</td>
</tr><tr>
<td>Ms.Williams</td>
<td>0000.00</td>
</tr></tbody>
<tfoot><tr>
<tdcolspan="2">Let'ssale,sale,sale!</td>
</tr></tfoot></table></body></html>
<styletype="text/css">
TABLE{
background:blue;
border-collapse:separate;
border-spacing:10pt;
border-top:15pxsolidred;
border-left:15pxsolidred;
border-right:5pxdashedblack;
border-bottom:10pxdashedblue;}
TD,TH{
background:white;
border:outset5pt;
horizontal-align:right;}
CAPTION{
border:ridge5ptblue;
border-top:ridge10ptblue;}
</style><body>
<tablesummary="webjx.com-TablesandCSS">
<caption>FirstQuarterSales</caption>
<thead><tr>
<thabbr="salesperson"scope="col">Person</th>
<thabbr="sales"scope="col">Sales</th>
</tr></thead>
<tbody><tr>
<td>Mr.Jin</td>
<td>600.00</td>
</tr><tr>
<td>Mr.Jones</td>
<td>0000.00</td>
</tr><tr>
<td>Ms.Williams</td>
<td>0000.00</td>
</tr></tbody>
<tfoot><tr>
<tdcolspan="2">Let'ssale,sale,sale!</td>
</tr></tfoot></table></body></html>