1、<!--頁面注解-->
2、<html>
3、<head>
4、<title>頁面標題,如:保定網站制作|保定網頁設計|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="關鍵詞">
8、<meta name="description" content="網站描述">
9、<link href="bdky.css" type="text/css" rel="stylesheet">
10、</head>
11、<body>
12、<div>
13、<h1>頁面內容標題</h1>
14、<h2>頁面相關性標題</h2>
15、<h3>標題系列</h3>
16、<h4>標題系列</h4>
17、<h5>標題系列</h5>
18、<h6>標題系列</h6>
19、<img src="xxx.jpg" alt="圖片說明">
20、<a href="/" title="鏈接說明">鏈接詞</a>
21、<strong>重點關鍵詞強調</strong>
22、<b>關鍵詞強調</b><u>關鍵詞強調</u><i>關鍵詞強調</i>
23、</div>
25、<div>
26、版權部分關鍵詞強調
27、</div>
28、</body>
29、</html>