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

html表格中加图片的方法

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

大家知道html表格中加图片吗?下面我们就给大家详细介绍一下吧!

<table border='1'> 
<tr><td>1</td><td>2</td><td>3</td></tr>
<tr>
<td><img src='/uploadfile/2015/0911/20150911104013555.gif'></td>
<td><img src='/uploadfile/2015/0911/20150911104013555.gif'></td>
<td><img src='/uploadfile/2015/0911/20150911104013555.gif'></td>
</tr>
<tr><td>7</td><td>8</td><td>9</td></tr>
</tabe>

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

相关推荐:

html表格中换行的方法