【发布时间】:2019-12-27 16:29:09
【问题描述】:
我正在使用 AMP,并且我需要在具有某些坐标的图像上添加 href,如下例所示:
<img src="planets.gif" width="145" height="126" alt="Planets"
usemap="#planetmap">
<map name="planetmap">
<area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
<area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
<area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
如何在 AMP 上做到这一点?
【问题讨论】:
标签: amp-html