【HTML】Beginner8:Table

1.Table

    Abused to lay out pages
   The correct use for tables is to do exactly what you would expect a table to do-to   structure tabular data
 
2.</table>
</tr> row
</td> data cell:must be enclosed in tr tags

你可能感兴趣的:(table)