网页三行三列表格的代码

来源:百度知道 编辑:UC知道 时间:2024/04/30 08:05:02

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

在dw设计中插入表格3行3列,自动生成代码。
<table>
<tr><td></td><td></td><td></td>
</tr>
<tr><td></td><td></td><td></td>
</tr>
<tr><td></td><td></td><td></td>
</tr>