1、<!--頁面注解-->
2、<html>
3、<head>
4、<title>頁面標(biāo)題,如:保定網(wǎng)站制作|保定網(wǎng)頁設(shè)計|www.bdky.cn</title>
5、<meta http-equiv=Content-Language content=zh-cn>
6、<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
7、<meta name="keywords" content="關(guān)鍵詞">
8、<meta name="description" content="網(wǎng)站描述">
9、<link href="bdky.css" type="text/css" rel="stylesheet">
10、</head>
11、<body>
12、<div>
13、<h1>頁面內(nèi)容標(biāo)題</h1>
14、<h2>頁面相關(guān)性標(biāo)題</h2>
15、<h3>標(biāo)題系列</h3>
16、<h4>標(biāo)題系列</h4>
17、<h5>標(biāo)題系列</h5>
18、<h6>標(biāo)題系列</h6>
19、<img src="xxx.jpg" alt="圖片說明">
20、<a href="/" title="鏈接說明">鏈接詞</a>
21、<strong>重點關(guān)鍵詞強調(diào)</strong>
22、<b>關(guān)鍵詞強調(diào)</b><u>關(guān)鍵詞強調(diào)</u><i>關(guān)鍵詞強調(diào)</i>
23、</div>
25、<div>
26、版權(quán)部分關(guān)鍵詞強調(diào)
27、</div>
28、</body>
29、</html>