在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“ test”,正确的超链接语句是( )。
未知类型:{'options': ['[a href=”test ”][/]', '[a href=”#test ”][/]', '[a name=”test ”][/]', '[a name=”#test ”][/]'], 'type': 102}
未知类型:{'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}