未知类型:{'options': ['[a href=”test ”][/]', '[a href=”#test ”][/]', '[a name=”test ”][/]', '[a name=”#test ”][/]'], 'type': 102}
举一反三
- 以下哪些是[a]的正确写法() 未知类型:{'options': ['[a href=”xxx.rar”]链接[/]', '[a href=”index.html”]链接[/]', '[a href=”http://www.baidu.com”]链接[/]', '[a href=”xxx.jpg”]链接[/]'], 'type': 102}
- 以下哪些是[a]的正确写法() 未知类型:{'options': ['[a href=”xxx.xlsx”]链接[/]', '<a href=”', '”>链接</a>', '[a href=” zs@163.com”]链接[/]', '[a href=”javascript:;”]链接[/]'], 'type': 102}
- 对于HTML页面,在a开始标签中匹配href属性内容的最合理的正则表达式是什么?假设href属性内容使用双引号包围,需要将匹配内容放到第一个匹配组中。 未知类型:{'options': ['[a href="([^"]*)"[^]*]>', '(?is)<a\\s[^>*]href="([^"]*)"[^>*]>', '[a\\s[^]*]href="([^"]*)"[^>*]>', '[a\\s[^]*]href="([^"]*)">'], 'type': 102}
- 在下列的 HTML 标签中,哪个可以产生超链接? 未知类型:{'options': ['[a url="http://www.w3school.com.cn"]W3School.com.cn[/]', '[a href="http://www.w3school.com.cn"]W3School[/]', '[a]http://www.w3school.com.cn[/]', '[a name="http://www.w3school.com.cn"]W3School.com.cn[/]'], '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}
内容
- 0
若要在页面中创建一个图形超链接,要显示的图形为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}
- 1
下面HTML标签中,()是导航标签。 未知类型:{'options': ['[nav][/]', '[a href=””]', '[nva][/]'], 'type': 102}
- 2
超链接基本语法是: 未知类型:{'options': ['[a goto="URL"] ... [/]', '[a herf="URL"] ... [/]', '[a link="URL"] ... [/]', '[a href="URL"] ... [/]'], 'type': 102}
- 3
下列的 HTML 中,可以产生超链接的是______。 未知类型:{'options': ['[ a url="http://www.kmust.edu.cn" ]昆明理工大学[ /a ]', '[ a href="http:// www.kmust.edu.cn " ]昆明理工大学[ /a ]', '[ a ]http:// www.kmust.edu.cn [ /a ]', '[ a name="http:// www.kmust.edu.cn " ]昆明理工大学[ /a ]'], 'type': 102}
- 4
if元素测试模式的基本语法为( )。 未知类型:{'options': ['[if test="测试条件"] 输出内容 [/]', '[if when="测试条件"] 输出内容 [/]', '[if test="测试条件"] 输出内容 [else] 输出内容 [/][/]', '[if when="测试条件"] 输出内容 [else] 输出内容 [/][/]'], 'type': 102}