在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是()
A: <a href="test"></a>
B: <a href="#test"></a>
C: <a name="test"></a>
D: <a name="#test"></a>
A: <a href="test"></a>
B: <a href="#test"></a>
C: <a name="test"></a>
D: <a name="#test"></a>
举一反三
- 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“ test”,正确的超链接语句是( )。 未知类型:{'options': ['[a href=”test ”][/]', '[a href=”#test ”][/]', '[a name=”test ”][/]', '[a name=”#test ”][/]'], 'type': 102}
- ●在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是(70)。 A: <ahref=”test”></a> B: <ahref=”#test”></a> C: <aname=”test”></a> D: <aname=”#test”></a>
- 下列HTML代码中,哪个可以产生超链接?( ) A: <;a url="http://www.baidu.com">;test <;/a>; B: <;a href="http://www.baidu.com">;test <;/a>; C: <;a>;http://www.baidu.com<;/a>; D: <;a name="http://www.baidu.com">;test <;/a>;
- 假设有类Test,下列可以正确创建对象的语句是( ) A: Test t=1; B: Test t=new Test(); C: Test t=new Test; D: Test t= Test();
- 超链接标签;的属性中,()用于创建指向另一个文档的链接。 A: target B: href C: type D: name