html2



<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>无标题文档</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
p{
 font-family:"宋体";
 font-size:14px;
 color="FF000"
}
.pink{ background-color:#66C;}
.red { color:#FC6;}
.green{ color:#F00;
        background-color:#CCF
}
.yellow{ background-color:#09F}
</style>
</head>

<body>
 <table border="2">
  <tr>
    <td colspan="4" align="center" class="pink">拍拍公告栏</td>
  </tr>
  <tr>
    <td rowspan="3"><img src="ppgg.JPG" /></td>
    <td colspan="3" class="red">"彩票大卖"频道开张!</td>
  </tr>
  <tr>
    <td colspan="3">社区新版首页亮相啦!</td>
  </tr>
  <tr>
    <td colspan="3" class="yellow">自输卡密自动发货功能发布</td>
  </tr>
  <tr class="green">
    <td>积分换购</td>
    <td>货到付款</td>
    <td>手机充值</td>
    <td>点卡售货机</td>
  </tr>
 </table>
</body>
</html>

猜你喜欢

转载自blog.csdn.net/charming_jiao/article/details/79851752