标签:浏览器 lang color 属性 使用 map one 你好 height
带有可点击区域的图像映射
所有主流浏览器都支持
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>map 带有可点击区域的图像映射</title> <style> #lg{ text-align: center; } </style> </head> <body> <div id="lg"> <img hidefocus="true" class="index-logo-src" src="https://www.baidu.com/img/2019dong_33c09d45f5e85ae961a3852d8769f124.gif" width="270" height="129" usemap="#mp"> <map name="mp"> <area style="outline:none;" hidefocus="true" shape="rect" coords="0,0,270,129" href="https://www.baidu.com/s?wd=%e5%85%83%e6%97%a6&sa=ire_dl_gh_logo&rsv_dl=igh_logo_pcs" target="_blank" title="再见2019,你好2020"> </map> </div> </body> </html>
标签:浏览器 lang color 属性 使用 map one 你好 height
原文地址:https://www.cnblogs.com/websmile/p/12125035.html