博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
创建图像映射
阅读量:4963 次
发布时间:2019-06-12

本文共 495 字,大约阅读时间需要 1 分钟。

<html>

<body>

<p>请点击图像上的星球,把它们放大。</p>

<img

src="eg_planets.jpg"
border="0" usemap="#planetmap"
alt="Planets" />

<map name="planetmap" id="planetmap">

<area

shape="circle"
coords="180,139,14"
href ="venus.html"
target ="_blank"
alt="Venus" />

<area

shape="circle"
coords="129,161,10"
href ="mercur.html"
target ="_blank"
alt="Mercury" />

<area

shape="rect"
coords="0,0,110,260"
href ="sun.html"
target ="_blank"
alt="Sun" />

</map>

</body>

</html>

转载于:https://www.cnblogs.com/xhq-z/p/5729636.html

你可能感兴趣的文章
Spring Cloud与微服务构建:微服务简介
查看>>
Babel 是干什么的
查看>>
cocos2dx-3.0(8)------Label、LabelTTF、LabelAtlas、LabelBMFont使用之法
查看>>
CODE[VS] 1842 递归第一次
查看>>
20180418小测
查看>>
数字三角形
查看>>
NGUI 减少drawcall规则
查看>>
三元表达,匿名函数
查看>>
前端笔记-基础笔记
查看>>
【LeetCode & 剑指offer刷题】查找与排序题6:33. Search in Rotated Sorted Array(系列)
查看>>
GNU/Linux超级本ZaReason Ultralap 440体验
查看>>
将github上托管的代码 在我的域名下运行
查看>>
【Manthan, Codefest 18 (rated, Div. 1 + Div. 2) C】Equalize
查看>>
【codeforces 767A】Snacktower
查看>>
【MemSQL Start[c]UP 3.0 - Round 1 C】 Pie Rules
查看>>
Ognl中“%”、“#”、“$”详解
查看>>
我对应用软件——美团的看法
查看>>
执行了的程序,才是你的程序.
查看>>
struts2.x + Tiles2.x读取多个xml 配置文件
查看>>
表单校验之datatype
查看>>