css样式:
.table{border-left:1px solid #CCC border-top:1px solid #CCC width:600px height:160px position:absolute left:50% top:50% margin-left:-300px margin-top:-80px}
.table th{background:#EEE}
.table th, .table td{border-right:1px solid #CCC border-bottom:1px solid #CCC line-height:2em padding:8px}
.table *{margin:auto text-align:center}
html代码:
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="table">
<tr>
<th>SNS</th>
<th>浏览器</th>
<th>视频网站</th>
</tr>
<tr>
<td>facebook</td>
<td><img src="http://www.baidu.com/img/logo-yy.gif&quot /></td>
<td>youtube</td>
</tr>
<tr>
<td><img src="http://www.oakpacific.com/zh/images/rr-logo.png&quot /></td>
<td>Google</td>
<td>土豆网</td>
</tr>
</table>