HTML插入图像是通过()标签进行定义的。
未知类型:{'options': ['[src]', '[img/]', '[alt]', '[href]'], 'type': 102}
未知类型:{'options': ['[src]', '[img/]', '[alt]', '[href]'], 'type': 102}
举一反三
- 在下列的 HTML 中,哪个可以插入图像? 未知类型:{'options': ['[img href="image.gif"]', '[image src="image.gif"]', '[img src="image.gif"]', ''], 'type': 102}
- 下面HTML标签中,()是导航标签。 未知类型:{'options': ['[nav][/]', '[a href=””]', '[nva][/]'], 'type': 102}
- 图像文件名为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}
- 当用户点击文件名称为“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': ['[img src=”file_name”]', '[img alt=”file_name”]', '[img border=”file_name”]', '[img border=2]'], 'type': 102}