<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無標題文件</title>
<style type="text/css">
table {
border: 1px solid #00; /*只有細外框*/
border-collapse: collapse; /*讓格與格中間沒有間距*/
}
tr, td {
border: 1px solid #000; /*有細內框也有細外框*/
}
</style>
</head>
<body>
<table>
<tr><td>00</td><td>11</td></tr>
<tr><td>22</td><td>33</td></tr>
</table>
</body>
</html>
全站熱搜