您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> Html5 >> 正文

html表格代码介绍

作者:佚名    责任编辑:admin    更新时间:2022-06-22

大家知道html表格代码吗?下面我们就给大家详细介绍一下吧!

<table width="600" border="1" bordercolor="green" cellspacing="0" cellpadding="0" bgcolor="yellow">
<tr>
<td width="150" height="150">-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
</tr>
<tr>
<td height="150">-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
</tr>
<tr>
<td height="150">-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
</tr>
<tr>
<td height="150">-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
<td>-&-n-b-s-p-;-
</td>
</tr>
</table>

相信大家已经学会html表格代码了吧!感谢大家对我们网站的支持!

相关推荐:

html表格左对齐的方法