题目详情
多选题 图像映射就是将图像内指定的一些区域与相应的URL链接起来了,从而单击特定区域就会把用户带到相应的内容的一种链接.以下图像映射中,不合理的是( )
A.
</img> <map name="imgName"> <area shape="circle" coords="10 , 10, 10 " href="a.html"> <area shape="circle" coords="10 , 10, 20 " href="b.html"> </map>
B.
</img> <map name="imgName"> <area shape="rect" coords="10 , 10, 200, 200" href="a.html"> <area shape="rect" coords="200 , 200, 300 , 200" href="b.html"> </map>
C.
</img> <map name="imgName"> <area shape="rect" coords="10 , 10, 200, 200" href="a.html"> <area shape="circle" coords="10 , 10, 200" href="b.html"> </map>
D.
</img> <map name="imgName"> <area shape="rect" coords="10 , 10, 200, 200" href="a.html"> <area shape="poly" coords="10 , 10, 200, 10, 200, 200, 10, 200" href="b.html"> </map>

学科:默认课程
时间:2026-05-07 06:31:08
相关题目
相关作业
