abstrait:<!DOCTYPE html><meta charset="utf-8"><html><head> <title>這個(gè)是我的第一個(gè)網(wǎng)頁嘗試</title> <style type="text/css"> &nbs
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>這個(gè)是我的第一個(gè)網(wǎng)頁嘗試</title>
<style type="text/css">
.*{margin:0;padding:0;}
.head{width:1000px;height:400px;}
.body{width:1000px;height:300px;}
.footer{width:1000px;height:300px;}
</style>
}
}
}
</head>
<body>
<div class="head">
<p> 這里是頭部</p>
<h1>這個(gè)是我的第一網(wǎng)頁嘗試logo</h1>
</div>
<div class="body">
<p>這里是內(nèi)容</p>
<h1>1</h1>
<h2>2</h2>
<h3>3</h3>
<h4>4</h4>
<h5>5</h6>
<table>
<tr>
<th>header</th>
</tr>
<tr>
<td>data</td>
<td>data</td>
<td>data</td>
<td>data</td>
</tr>
<tr>
<td>data</td>
<td>data</td>
<td>data</td>
<td>data</td>
</tr>
</table>
</div>
<div class="footer">
<p>這里是底部</p>
</div>
</body>
</html>
Professeur correcteur:天蓬老師Temps de correction:2019-04-13 18:32:58
Résumé du professeur:<table>標(biāo)簽, 建議內(nèi)部放一個(gè)<tbody>標(biāo)簽 , 就算你不寫, 也會(huì)自動(dòng)生成的, 不如寫上, 這樣用js來獲取數(shù)據(jù)的時(shí)候, 不至于產(chǎn)生誤會(huì)