HTML基础必看---表单,图片热点,网页划区和拼接详解

时间:2017-04-09

示例:

XML/HTML Code复制内容到剪贴板
  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="Content-Type" content="text/html; charset=utf-8" />  
  5. <title>无标题文档</title>  
  6. </head>  
  7.   
  8. <body>  
  9. <img src="a006.jpg" usemap="ditu" />  
  10. <map name="ditu">  
  11. <area shape="rect" coords="0,0,50,50" href="http://www.baidu.com" />  
  12. <area shape="circle" coords="265,118,80" href="http://qq.com" />  
  13. </map>  
  14. </body>  
  15. </html>  
  • 共4页:
  • 上一页
  • 3/4
  • 下一页
  • 上一篇:HTML基础必看——全面了解css样式表 下一篇:html 隐藏滚动条的简单实现

    相关文章

    最新文章