问题
单项选择题
下列设置图像地图正确的HTML代码是()。
A.<areashape="poly"href="image.html"cords="100,100,180,80,200,140">
B.<areashape="100,100,180,80,200,140"href="image.html"cords="poly">
C.<areashape="image.html"href="poly"cords="100,100,180,80,200,140">
D.<areashape="poly"href="100,100,180,80,200,140"cords="image.html">
答案
参考答案:A
解析:
本题考查html语言的含义。
Shape表示形状,poly为多边形。href表示加载image.html。当shape是poly多边形时,coords表示多边形所有顶点的坐标(x1,y1),(x2,y2),(x3,y3)...