close
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
th{
background-color: #ddd;
}
</style>
</head>
<body>
<table border="1">
<caption>銷售狀況</caption>
<tr>
<th></th>
<th scope="col">2017</th>
<th scope="col">2018</th>
</tr>
<tr>
<th scope="row">筆記型電腦</th>
<td>5566</td>
<td>9487</td>
</tr>
<tr>
<th scope="row">單眼相機</th>
<td>7799</td>
<td>8946</td>
</tr>
</table>
</body>
</html>
全站熱搜
留言列表