我被要求编辑一个 html 页面并向其添加图像映射。到目前为止,我唯一想到的是在绘画中打开图像,找到坐标,将以下代码添加到 html 页面:
<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>
有人可以建议我可以用来完成此任务的离线程序吗?手动查找坐标是一个漫长的过程。
您可以使用离线软件获取图像地图,例如 LibraOffice,还有一些其他软件,这里是这些软件的列表
1)自由办公室
2)GIMP
3)X-地图
4)Mcc HTML 映射器
5)方便的图像映射器
还有更多的软件,用更适合你的。