abstrakt:<html> <head> <meta charset="utf8"> <title>學(xué)習(xí)中文網(wǎng)第三節(jié)課</title> <link rel="shortcut icon" type="image/x-icon" href="static/images/fa
<html>
<head>
<meta charset="utf8">
<title>學(xué)習(xí)中文網(wǎng)第三節(jié)課</title>
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/index.css">
<style type="text/css">
table{border:1px solid green;
border-collapse: collapse;
}
tr td{
border:1px solid green;
width:200px;
text-align:center;
line-height:50px;
font-family:楷體;
font-weight:bold;
}
tr th{
border:1px solid green;
width:200px;
}
}
</style>
</head>
<body>
</body>
<table>
<th>商品編號(hào)</th><th>商品名稱</th><th>商品序列號(hào)</th><th>商品數(shù)量</th>
<tr>
<td rowspan="2">1</td><td>kd876</td><td colspan="2">ecs000000</td
</tr>
<tr>
<td>諾基亞n85原裝充電器<td>ecs000004</td><td>17</td>
</tr>
<tr>
<td>3</td><td>索愛原裝m2卡讀卡器</td><td>ecs000002</td><td>24</td>
</tr>
<tr>
<td>4</td><td>諾基亞原裝5800耳機(jī)</td><td>ecs000005</td><td>8</td>
</tr>
</table>
</html>
Korrigierender Lehrer:滅絕師太Korrekturzeit:2019-03-25 09:17:22
Zusammenfassung des Lehrers:完成的不錯(cuò)!日常前端布局不要是使用table哦!