Blogger Information
Blog 15
fans 0
comment 0
visits 8752
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
20180316作业
朱佳楠的博客
Original
710 people have browsed it

代码:

实例

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<!--border,cellspacing,cellpadding,align,width,bgcolor,-->
<!--单元格td中插入图像,链接等其它标签-->
<body>
<table border="1" cellspacing="0" cellpadding="15" width="80%">
<caption><h3>亚洲女子天团top50排行榜</h3></caption>

<thead>
<tr bgcolor="green">
<th colspan="2">信息</th>
<th colspan="3">三围(cm)</th>
<th rowspan="2" colspan="2">操作</th>
</tr>
<tr bgcolor="yellow">
<th>姓名</th>
<th>年龄</th>
<th>腰围</th>
<th>臀围</th>
<th>胸围</th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="https://img5.duitang.com/uploads/item/201609/26/20160926124027_vxRkt.jpeg" alt="" width="30">张三</td>
<td>22</td>
<td>76</td>
<td>66</td>
<td>44</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td><img src="https://img5.duitang.com/uploads/item/201609/26/20160926124027_vxRkt.jpeg" alt="" width="30">李四</td>
<td>32</td>
<td>87</td>
<td>77</td>
<td>55</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td><img src="https://img5.duitang.com/uploads/item/201609/26/20160926124027_vxRkt.jpeg" alt="" width="30">王五</td>
<td>13</td>
<td>65</td>
<td>88</td>
<td>66</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
<tr>
<td><img src="https://img5.duitang.com/uploads/item/201609/26/20160926124027_vxRkt.jpeg" alt="" width="30">王六</td>
<td>13</td>
<td>65</td>
<td>88</td>
<td>66</td>
<td><a href="">编辑</a></td>
<td><a href="">删除</a></td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<p>
<a href="">首页</a>
<a href="">1</a>
<a href="">2</a>
<a href="">...</a>
<a href="">下一页</a>
<a href="">尾页</a>
</p>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

手写代码:

O{O[LBE[BB86}V]CCU_7MO0.png`T}_$QHFD5%)2M880P1X`NW.png

Correction status:qualified

Teacher's comments:作业已检查! 完成的不错!大赞!! 今天的作业请及时提交哦!!!
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post