<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
table{
border-collapse:collapse;
border:5px solid yellow;
}
*#coll{
border:3px solid black;}
td{
border:1px solid red;
padding:1em
}
td.solid-blue{
border:5px dashed blue;
}
td.solid-green{
border:5px solid green;
}
</style>
</head>
<body>
<table>
<col id="col1"><col id="col2"><clo id="col3">
<tr id="row1">
<td>1
<td>2
<td>3
</tr>
<tr id="row2">
<td>4
<td class="solid-blue">5
<td class="solid-green">6
</tr>
<tr id=row3>
<td>7
<td>8
<td>9
</tr>
<tr id=row4>
<td>10
<td>11
<td>12
</tr>
<tr id=row5>
<td>13
<td>14
<td>15
</tr>
</table>
</body>
</html>
浙公网安备 33010602011771号