[新着] Webテンプレートを仮オープンしました
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja" dir="ltr">
<head>
<title></title>
<style type="text/css">
table{
border-width: 5px;
border-style: solid;
border-color: #b9dcff #006fdd #006fdd #b9dcff;
border-collapse: collapse;
margin: 0px auto;
}
th,td{
border-width: 2px;
border-style: solid;
border-color: #b9dcff;
}
</style>
</head>
<body>
<table summary="価格比較表" border="1">
<caption>2006年7月の価格比較</caption>
<thead>
<tr>
<th>品目</th>
<th>スーパーA</th>
<th>スーパーB</th>
</tr>
</thead>
<tbody>
<tr>
<td>りんご</td>
<td>100円</td>
<td>120円</td>
</tr>
<tr>
<td>みかん</td>
<td>110円</td>
<td>80円</td>
</tr>
</tbody>
</table>
</body>
</html>border-style : groove; /* 他に ridge inset outset */