首页 > Web开发 > 详细

html+table

时间:2017-08-21 16:59:12      阅读:289      评论:0      收藏:0      [点我收藏+]

技术分享

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>homework</title>
</head>

<body>
<table border="0">
<tr>
<td colspan="6"><b>摄影社区热门小镇</b>
</td>

</tr>
<tr>
<td rowspan="3" ><img src="image/pic_01.jpg" /></td>
<td><span style="color:#00F">风景狙击手</span></td>
<td rowspan="3"><img src="image/pic_02.jpg" /></td>
<td><span style="color:#00F">叙事感</span></td>
<td rowspan="3"><img src="image/pic_03.jpg" /></td>
<td><span style="color:#00F">定焦世界</span></td>
</tr>
<tr>
<td><span style="color:#666">成员:80</span></td>
<td><span style="color:#666">成员:235</span></td>
<td><span style="color:#666">成员:56</span></td>
</tr>
<tr>
<td height="26px"><span style="color:#666">作品:276</span></td>
<td><span style="color:#666">作品:116</span></td>
<td><span style="color:#666">作品:456</span></td>
</tr>
<tr>
<td rowspan="3"><img src="image/pic_04.jpg" /></td>
<td><span style="color:#00F">中画幅乐园</span></td>
<td rowspan="3"><img src="image/pic_05.jpg" /></td>
<td><span style="color:#00F">《卡帕》先锋...</span></td>
<td rowspan="3"><img src="image/pic_06.jpg" /></td>
<td><span style="color:#00F">植物的无声世界</span></td>
</tr>
<tr>
<td><span style="color:#666">成员:130</span></td>
<td><span style="color:#666">成员:78</span></td>
<td><span style="color:#666">成员:235</span></td>
</tr>
<tr>
<td><span style="color:#666">作品:239</span></td>
<td><span style="color:#666">作品:125</span></td>
<td><span style="color:#666">作品:1258</span></td>
</tr>
</table>
</body>
</html>

 

html+table

原文:http://www.cnblogs.com/yingxo/p/7405347.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!