网站地图用法和自定义列表
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"> 3 <head> 4 <!--<meta http-equiv="refresh" content="5;url=http://blog.sina.com.cn" />--> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <title>dtshy_0417作业</title> 7 <meta content="keywords" content="dtshy,后盾网,作业" /> 8 <meta content="description" content="这个页面是dtshy的。。作业,此处省略80字......" /> 9 <meta content="author" content="dtshy" /> 10 </head> 11 12 <body> 13 <!--a锚链接--> 14 <!--图像地图技术--> 15 <img src="811823_600_thumb.jpg" width="602" height="452" alt="吉利熊猫3L 功夫版" usemap="#xmmap" /> 16 <map name="xmmap"> 17 <!--圆形--> 18 <area shape="circle" coords="178,253,34" href="http://www.baidu.com" target="_blank" title="百度一下" /> 19 <!--圆形--> 20 <area shape="circle" coords="419,253,34" href="http://www.google.com.hk" target="_blank" title="谷歌一下" /> 21 <!-- 矩形--> 22 <area shape="rect" coords="238,293,356,352" href="http://www.jinshengxi.net" target="_blank" title="新乡网站建设" /> 23 <!-- 多边形--> 24 <area shape="poly" coords="198,115,387,115,419,193,172,193" href="http://www.sina.com.cn" target="_blank" title="新浪门户" /> 25 </map> 26 <!--自定义列表--> 27 <dl> 28 <dt>手机品牌</dt> 29 <dd>苹果</dd> 30 <dd>三星</dd> 31 <dd>opea</dd> 32 <dd>华为</dd> 33 <dd>中兴</dd> 34 </dl> 35 <dl> 36 <dt>电脑品牌</dt> 37 <dd>华硕</dd> 38 <dd>联想</dd> 39 <dd>宏基</dd> 40 <dd>神舟</dd> 41 </dl> 42 43 </body> 44 </html>