abstract:<html> <head> <meta charset="utf8"> <title>学习中文网第三节课</title> <link rel="shortcut icon" type="image/x-icon" href="static/images/fa
<html>
<head>
<meta charset="utf8">
<title>学习中文网第三节课</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>商品编号</th><th>商品名称</th><th>商品序列号</th><th>商品数量</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耳机</td><td>ecs000005</td><td>8</td>
</tr>
</table>
</html>
Correcting teacher:灭绝师太Correction time:2019-03-25 09:17:22
Teacher's summary:完成的不错!日常前端布局不要是使用table哦!