<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>jop3</title>
</head>
<!--
1、表格尺寸的修饰
2、表格边框的修饰
3、表格背景的修饰
4、表格填充
-->
<body>
<table bordre="0" width="550px" height="134px" background="images/background.jpg" cellpadding="5">
<tr height="30px"><td colspan="4">&nbsp;</td></tr>
<tr bgcolor="#EBEFFF">
<td colspan="2" align="center">
<b><font size="+1" color="#0000FF">手机充值—IP卡—电话卡</font></b>
</td>
<td colspan="2" align="center">
<b><font size="+1" color="#0000FF">网游 - 点卡 - 金币 - 代练</font></b>
</td>
</tr>
<tr bgcolor="#EBEFFF">
<td width="132" height="30" bgcolor="#FFD2D2">
移动
</td>
<td width="131">
联通
</td>
<td width="132" bgcolor="#C4FFC4">
魔兽
</td>
<td width="132">
跑跑卡丁车
</td>
</tr>
</table>
</body>
</html>

posted on 2016-05-04 15:56  懒猫要学习512  阅读(323)  评论(0编辑  收藏  举报