表格标签:用来给一堆数据添加表格语义。
格式:<table>
<tr>
<td></td>
</tr>
</table>
table:整个表格
tr:表格中的一行
td:一行中的一个单元格
属性:border:设置边框宽度
<table border="1">
align:设置水平方向对齐方式。
<table/tr/td align="center/left/right">
valign:设置垂直方向对齐方式
width和height属性
表格标签:用来给一堆数据添加表格语义。
格式:<table>
<tr>
<td></td>
</tr>
</table>
table:整个表格
tr:表格中的一行
td:一行中的一个单元格
属性:border:设置边框宽度
<table border="1">
align:设置水平方向对齐方式。
<table/tr/td align="center/left/right">
valign:设置垂直方向对齐方式
width和height属性