带有可点击区域的图像映射:
<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap"> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" alt="Sun" href="/images/sun.gif" type="image/gif"> </map>尝试一下 »
所有主流浏览器都支持 type 属性。
type 属性指定了目标 URL 的 MIME 类型。
该属性仅在 href 属性设置后才使用type属性。
注意: This attribute is purely advisory.
type 属性是 HTML <area> 标签的新属性。
<area type="MIME_type">
值 | 描述 |
---|---|
MIME_type | 链接文档的 MIME 类型。. 查看标准MIME类型的完整 IANA MIME 类型 列表。 |
在线实例
字符集 & 工具
最新更新
站点信息
关注我们