css (文字链接表格)定制不同的样式

<!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>定制样式</title>
<!--<link href="test.css" rel="stylesheet" type="text/css" />-->
<style type="text/css">
table {border-collapse:collapse;}    
table.soliddouble {border-style: solid double}
table.doublesolid {border-style: double solid}
td{  
border-left:1px solid #D4D0C8;             
border-top:1px solid #D4D0C8;  
border-right:1px solid #D4D0C8;  
border-bottom:1px solid #D4D0C8;  
}
td.bold{  
border-left:10px ;             
border-top:10px;  
border-right:10px;  
border-bottom:10px;  
}

a:link { color: #000000; text-decoration: underline }
 
 a:visited { color: #000000; text-decoration: underline }
 
 a:hover { color: #CCCCCC; text-decoration: none }
 
 a:active { color: #000000; text-decoration: none }
 
 
 a.a1:link { color: blue; text-decoration: none }
 
 a.a1:visited { color: #0099FF; text-decoration: none }
 
 a.a1:hover { color: red; text-decoration: underline }
 
 a.a1:active { color: #ff9900; text-decoration: underline }
 
.style3{
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #BBE1F1;
background-color: #EEFAFF
}
</style>
</head>

<body>
<p><a href="#">test1</a></p>
<p><a href="#" class="a1">test2</a></p>
<p>&nbsp;</p>
<table width="300" border="0" cellpadding="0" cellspacing="0" >
  <tr >
    <td class="bold">&nbsp;</td>
    <td class="bold">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="300" border="0" cellspacing="0" cellpadding="0" class="soliddouble">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
<p>&nbsp;</p>
<div class="style3"></div>
<p>&nbsp;</p>
</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值