单选题 超链接a标记的target属性取值为"_top",表示()。

A、 在当前框架中打开链接
B、 在一个全新的空白窗口中打开链接
C、 在顶层框架中打开链接,也可以理解为在根框架中打开链接
D、 在当前框架的上一层打开链接
下载APP答题
由4l***7u提供 分享 举报 纠错

相关试题

单选题 若要在页面中创建一个圆形热区链接,〈img src="tu.jpg"align="bottom"width="200"height="150"border="3"alt="百度"usemap="#baidu"〉,所链接的地址为http://www.baidu.com,以下用法中,正确的是()。

A、〈map name="baidu"〉〈area shape="circle"href="http://www.baidu.com"coords="50,50,30"〉〈/map〉
B、〈map name="baidu"〉〈area shape="circle"href="http://www.baidu.com"coords="50,50,30,30"〉〈/map〉
C、〈map name="baidu"〉〈/map〉〈area shape="circle"href="http://www.baidu.com"coords="50,50,30"〉
D、〈map name="baidu"〉〈area shape="circle"href="http://www.baidu.com"coords="50,50"〉〈/map〉

单选题 若要在父窗口中打开超链接,则需要将target值设置为()。

A、_top
B、_self
C、_blank
D、_parent

单选题 下列标记中不是单标记的是()。

A、图像img标记
B、超链接a标记
C、换行标记
D、bgsound标记

单选题 若要在页面中创建一个图像链接,要显示的图像为zhidao.jpg,所链接的地址为http://www.baidu.com,以下用法中,正确的是()。

A、〈a href="http://www.baidu.com"〉zhidao.jpg〈/a〉
B、〈a href="http://www.baidu.com"〉〈img src="zhidao.jpg"〉〈/a〉
C、〈img src="zhidao.jpg"〉〈a href="http://www.baidu.com"〉〈/a〉
D、〈a href="www.baidu.com"〉〈img src="zhidao.jpg"〉〈/img〉〈/a〉

单选题 下面选项中电子邮件超链接设置正确的是()。

A、〈a href="mailto:xxx.com.cn?subject=你好!"〉…〈/a〉
B、〈a href="mailto:xxx@net?subject=你好!"〉…〈/a〉
C、〈a href="mailto:xxx@com?subject=你%22好!"〉…〈/a〉
D、〈a href="mailto:xxx@xxx.com?subject=你好!"〉…〈/a〉

单选题 在网页中使用()标记可以定义超链接。

A、〈a〉…〈/a〉
B、〈link〉…〈/link〉
C、〈p〉…〈/p〉
D、〈li〉…〈/li〉

单选题 下列路径中,不属于内部链接采用的路径是()。

A、baidu/news.html
B、./ks/new.html
C、http://www.baidu.com
D、baidu.html

单选题 下列选项中不属于链接的target属性的值是()。

A、_top
B、_self
C、_blank
D、_bottom