当用户点击文件名称为“weather.jpg”的图像时,需要将用户点击图像的坐标发送到后台名为"weather.jsp"的程序模块处理,即将图像定义服务器端图像映射,则下面正确的选项为( )。
未知类型:{'options': ['[a href="weather.jpg"] [img src="weather.jsp" ismap /][/]', '[a href="weather.jsp"] [img src="weather.jpg" ismap /][/]', '[a href="weather.jsp"] [img src="weather.jpg" usemap /][/]', '[a href="weather.jpg"] [img src="weather.jsp" usemap /][/]'], 'type': 102}
未知类型:{'options': ['[a href="weather.jpg"] [img src="weather.jsp" ismap /][/]', '[a href="weather.jsp"] [img src="weather.jpg" ismap /][/]', '[a href="weather.jsp"] [img src="weather.jpg" usemap /][/]', '[a href="weather.jpg"] [img src="weather.jsp" usemap /][/]'], 'type': 102}
举一反三
- 当用户点击文件名称为“weather.jpg”的图像时,需要将用户点击图像的坐标发送到后台名为"weather.jsp"的程序模块处理,即将图像定义服务器端图像映射,则下面正确的选项为( )。 A: <;a href="weather.jpg">; <;img src="weather.jsp" ismap />;<;/a>; B: <;a href="weather.jsp">; <;img src="weather.jpg" ismap />;<;/a>; C: <;a href="weather.jsp">; <;img src="weather.jpg" usemap />;<;/a>; D: <;a href="weather.jpg">; <;img src="weather.jsp" usemap />;<;/a>;
- 图像文件名为myhome.jpg,要访问目标网站为http://www.edu.cn,以下创建一个图像链接正确是()。 未知类型:{'options': ['[a href="http://www.edu.cn" ]myhome.jpg[/]', '[a href="http://www.edu.cn" ][img src="myhome.jpg"]', '[img src="myhome.jpg"][a href="http://www.edu.cn" ][/]', '[a href="http://www.edu.cn" ][img src="myhome.jpg"][/]'], 'type': 102}
- 若要在页面中创建一个图像超链接,要显示的图形为 myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中正确的是( )。 未知类型:{'options': ['[a href=http://www.pcnetedu.com"]myhome.jpg[/]', '[a href="http://www.pcnetedu.com"][img src="myhome.jpg"][/]', '[imgsrc="myhome.jpg"][a href ="http://www.pcnetedu.com"][/]', '[a href =http://www.pcneredu.com][img src="myhome.jpg"]'], 'type': 102}
- 在下列的 HTML 中,哪个可以插入图像? 未知类型:{'options': ['[img href="image.gif"]', '[image src="image.gif"]', '[img src="image.gif"]', ''], 'type': 102}
- 若要在页面中创建一个图形超链接,要显示的图形为myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是? 未知类型:{'options': ['[ a href=”http://www.pcnetedu.com”]myhome.jpg[ /a ]', '[ img src=”myhome.jpg” /][ a href=http://www.pcnetedu.com ] [ /a ]', '[ a href=”http://www.pcnetedu.com”][ img src=”myhome.jpg” /][ /a ]', '[ a href=http://www.pcnetedu.com ][ img src=”myhome.jpg” / ]'], 'type': 102}