单项选择题在框架中,在整个框架页中打开链接的代码是()

A.<a href=URL target=_blank>..</a> 
B.<a href=URL target=_top>..</a> 
C.<a href=URL target=_main>..</a> 
D.<a href=URL target=_self>..</a>


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题在本窗口打开超链接的代码是()

A.<a href=URL target=_top>..</a> 
B.<a href=URL target=_parent>..</a> 
C.<a href=URL target=_blank>..</a> 
D.<a href=URL target=_self>..</a>

2.单项选择题在父窗口打开超链接的代码是()

A.<a href=URL target=_top>..</a> 
B.<a href=URL target=_parent>..</a> 
C.<a href=URL target=_blank>..</a> 
D.<a href=URL target=_self>..</a>

3.单项选择题..,表示()

A.链接到”balnk”的超链接代码
B.在本窗口中打开的超链接代码
C.打开一个空窗口的超链接代码
D.新开一个窗口的超链接代码

4.单项选择题表示新开一个窗口的超链接代码是()

A.<a href=URL target=_new>..</a> 
B.<a href=URL target=_self>..</a> 
C.<a href=URL target=_blank>..</a> 
D.<a href=URL target=_parent>..</a>

5.单项选择题... ,表示()

A.跳转到”hello.html”页面的顶部
B.跳转到”hello.html”页面的”top”锚点
C.跳转到”hello.html”页面的底部
D.跳转到”hello.html”页面的文字”top”所在链接

6.单项选择题跳转到”hello.html”页面的”bn”锚点的代码是()

A.〈a href="hello.html&bn"〉 ... 〈/a〉 
B.〈a href="bnl#hellohtml"〉 ... 〈/a〉 
C.〈a href="hello.html#bn"〉 ... 〈/a〉 
D.〈a href="#bn"〉 ... 〈/a〉

7.单项选择题... ,表示()

A.跳转到”bn”页面 
B.跳转到页面的”bn”锚点 
C.超链接的属性是”bn” 
D.超链接的对象是”bn”

8.单项选择题表示跳转到页面的”bn”锚点的代码是:()

A.<a link="#bn"> ... </a> 
B.<a href="bn"> ... </a> 
C.<a href="#bn"> ... </a> 
D.<a herf="bn"> ... </a>

9.单项选择题链接(Link)基本语法是()

A.<a goto="URL"> ... </a> 
B.<a herf="URL"> ... </a> 
C.<a link="URL"> ... </a> 
D.<a href="URL"> ... </a>

10.单项选择题< body topmargin=? > ,表示()

A. 页面上边的表格大小
B. 页面上边的空白大小
C. 页面上边的可用区域大小
D. 页面上边的可编辑区域大小