
HTML <area> Tag - W3Schools
The <area> tag defines an area inside an image map (an image map is an image with clickable areas). <area> elements are always nested inside a <map> tag. name attribute, and creates a …
HTML <area> 标签 - w3school 在线教程
<area> 标签定义图像映射内的区域(图像映射是带有可点击区域的图像,也就是客户端的分区响应图)。 <area> 元素始终嵌套在 <map> 标签 内。 注意: <img> 中的 usemap 属性 与 <map> …
<area>: The Image Map Area element - MDN Web Docs
2025年3月6日 · The <area> HTML element defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be …
HTML <area> 标签 | 菜鸟教程
<area> 标签定义图像映射内部的区域(图像映射指的是带有可点击区域的图像)。 <area> 元素始终嵌套在 <map> 标签内部。 注释: <img> 标签中的 usemap 属性与 <map> 元素中的 name …
HTML area 标签 | HTML 标签参考手册
<area> 标签定义图像映射中的区域(注:图像映射指得是带有可点击区域的图像)。 <area> 元素总是嵌套在 <map> 标签中。 注释: <img> 标签中的 usemap 属性与 map 元素 name 属性相关 …
HTML 5 <area> 标签 - w3school 在线教程
<area> 标签定义图像映射内部的区域(图像映射指的是带有可点击区域的图像)。 area 元素始终嵌套在 <map> 标签内部。 注释: <img> 标签中的 usemap 属性与 map 元素中的 name 相关 …
HTML area Tag - GeeksforGeeks
2024年11月20日 · This <area> tag is used in an HTML document to map a portion of an image to make it clickable by the end user. This specifies the location and size of the active region on …
HTML <area> Tag - CSS Portal
2023年9月30日 · The <area> element sets the shape of the area, its size, sets the address of the document to which reference should be made. The <area> is always located in the <map> …
HTML <area> Tag - Tutorial Kart
The HTML area tag is used to define a clickable area within an image map. Image maps allow you to link different parts of an image to different destinations.
<area> HTML Tag
Each <area> element defined a clickable area within an image map. The area is defined with the (required) shape and coords attributes. The shape attribute defines the shape of the area …