1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
5 <title>网页标题</title>
6 <meta name="keywords" content="关键字列表" />
7 <meta name="description" content="网页描述" />
8 <link rel="stylesheet" type="text/css" href="" />
9 <style type="text/css">
10 li{
11 color:red;
12 list-style-type:none;
13 list-style-image:url(li03.jpg)
14
15
16 }
17
18 </style>
19 <script type="text/javascript"></script>
20 </head>
21 <body>
22 <h2>请说出你喜欢的四种人</h2>
23 <ul>
24 <li>脾气好</li>
25 <li>相貌</li>
26 <li>有责任感</li>
27 <li>有上进心</li>
28 </ul>
29 </body>
30 </html>