HTML中的热点
程序如下;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <body> <area class=type id=Value href=url alt=text shape=area-shape coods=value> <img src='292-11022F9330092.jpg' border='0' usemap="#lulu" title="这是一张地图"/> <map name="lulu" id='pantds'> <!--area shape='rect' coords='78,224,488,577' href="http://www.cntv.cn/" target="_blank" alt="点这里跳转到cctv" title="网页sss"/--><!--rect方块--> <!--area shape="circle" coords="480,390,200" href="http://www.cntv.cn/"--><!--圆形circle--> <area shape="poligon" coords="81,297,319,215,628,202,727,364,497,636" href="http://www.cntv.cn/"><!--poly多边形--> </body> </html>