网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在HTML文档中包含如下超链接,要实现当鼠标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是()
- A、<a href=”#” onmouseover=”this.style.font-size=30px”>注册</a>
- B、<a href=”#” onmouseout=”this.style.fontsize=30px”>注册</a>
- C、<a href=”#” onmouseover=”this.style.fontSize=30px”>注册</a>
- D、<a href=”#” onmouseout=”this.style.font-size=30px”>注册</a>
参考答案
更多 “在HTML文档中包含如下超链接,要实现当鼠标移入该链接时,超链接文本大小变为30px,选项中的编码正确的是()A、a href=”#” onmouseover=”this.style.font-size=30px”注册/a B、a href=”#” onmouseout=”this.style.fontsize=30px”注册/a C、a href=”#” onmouseover=”this.style.fontSize=30px”注册/a D、a href=”#” onmouseout=”this.style.font-size=30px”注册/a” 相关考题
考题
● 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是(70) 。A. a href=”test ”/aB. a href=”#test ”/aC. a name=”test ”/aD. a name=”#test ”/a
考题
●显示结果为如下超链接的HTML语句是 (45) 。(45)A.a href="翻盖手机"test/aB.a href="test1.htm"翻盖手机/aC.a name="test.htm"翻盖手机/aD.a name="翻盖手机.htm"test/a
考题
● HTML中创建自动发送电子邮件超链接的语句是 (46) 。(46)A. a href=" abc@webmail.com"发送邮件/aB. href=" abc@webmail.com"发送邮件/herfC. href="mailto: abc@webmail.com"发送邮件/herfD. a href="mailto: abc@webmail.com"发送邮件/a
考题
● 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确超链接语句是 (70) 。(70)A. a href=”test ”/aB. a href=”#test ”/aC. a name=”test ”/aD. a name=”#test ”/a
考题
HTML中创建自动发送电子邮件超链接的语句是(46)。A.发送邮件B.
HTML中创建自动发送电子邮件超链接的语句是(46)。A.<a href=" abc@webmail.com">发送邮件</a>B.<href="abc@webmail.com">发送邮件</herf>C.<href="mailto:abc@webmail.com">发送邮件</herf>D.<a href="mailto:abc@webmail.com">发送邮件</a>
考题
以下HTML代码中,创建指向邮箱地址的链接正确的是______。A.test@t
以下HTML代码中,创建指向邮箱地址的链接正确的是______。A.<a href="email:test@test.com">test@test.com</a>B.<a href="emailto:test@test.com"test@test.com</a>C.<a href="mail:test@test.com"test@test.com</a>D.<a href="mailto:test@test.com">test@test.com</a>
考题
在HTML文档中创建一个标记sample,( )可以创建指向标记sample的超链接。A.a href=sample/aB.a href=sample/aC.a href=mailto sample/aD.a href=www.sample.htm/a
考题
在HTML中,为图像logo.jpg建立到www.abc.com的超链接,可使用( )。A.img=www.abc.coma href src=logo.jpg/imgB.a img=www.abc.comhref src=logo.jpg/aC.a href=www.abc.comimg src=logo.jpg/aD.a href=logo.jpgimg src=www.abc.com/a
考题
在使用HTML语言编写Web页面时,如果希望添加一个超链接,其关联文档位于192.168.15.25,文档名为kaoshi.html,页面显示字符串为“等级考试”,那么应该使用的语句为A)〈A HREF=”192.168.15.25/等级考试” 〉kaoshi.html〈/A〉B)〈A HREF=”kaoshi.html/等级考试” 〉192.168.15.25〈/A〉C) 〈A HREF=” 等级考试/kaoshi.html” 〉192.168.15.25〈/A〉D)〈A HREF=” 192.168.15.25/kaoshi.html” 〉等级考试〈/A〉
考题
在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是( )。A. <a href="test"></a>
B. <a href="#test"></a>
C. <a Tlame="test"></a>
D. <a name="#est"></a>
考题
表示新开一个窗口的超链接代码是()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
考题
在本窗口打开超链接的代码是()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
考题
想要使用户在单击超链接时,弹出一个新的网页窗口,下面()选项符合要求。A、A href="right.html" target="_blank"新闻/A B、A href="right.html" target="_parent"新闻/A C、A href="right.html" target="_top"新闻/A D、A href="right.html" target="_self"新闻/A
考题
下列选项中,()段HTML代码所表示的“返回”链接能够正确实现IE工具栏中“后退”按钮的功能。A、a href=”javascript:history.go(-1)”返回/a B、a href=”javascript:location.back()”返回/a C、a href=”javascript: location go(-1)”返回/a D、a href=”javascript:history.back()”返回/a
考题
在框架中,在整个框架页中打开链接的代码是()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
考题
在HTML页面中,分析下面的样式规则,则以下选项中()表示属性。 P{color:red;font-size:30px;font-family:"宋体";}A、PB、colorC、redD、30px
考题
创建一个位于文档内部位置的链接的代码是?()A、a href="#NAME"/aB、a name="NAME"/a C、a href="mailto:EMAIL"/a D、a href="URL"/a
考题
创建指向锚点处的超链接,正确的是()。A、a href= "锚点名" 源端点/aB、a href= "#锚点名" 源端点/aC、a name= "锚点名" 源端点/aD、a name= "#锚点名" 源端点/a
考题
在HTML中,从本页面连接到页面中锚记是marker位置的正确代码是()。A、a href="hello.htm" position="marker"Hello/aB、a href="#marker"Hello/aC、a href="/marker"Hello/aD、a href="hello.htm#marker"Hello/a
考题
在HTML页面中,分析P{color:red;font-size:30px;font-family:"宋体";}这个样式规则,则以下选项中()表示属性。A、PB、colorC、宋体D、30px
考题
已知services.html与text.html在同一服务器上,但不在同一文件夹中。假如文档services.html在文件夹 information中,现要求在text.html文档中编写一个超链接,链接到文档services.html的proposals段落。下面语句正确的是()。A、<HREF=”services.html#proposals”>Link</A>B、<HREF=”information/services.html#proposals”>Link</A>C、<HREF=” #proposals”>Link</A>D、<HREF=”information#proposals”>Link</A>
考题
跳转到”hello.html”页面的”bn”锚点的代码是()。A、<a href="hello.htmlbn">...</a>B、<a href="bnl#hellohtml">...</a>C、<a href="hello.html#bn">...</a>D、<a href="#bn">...</a>
考题
在框架页中的主框架中打开链接的代码是()A、a href=URL target=_left../a B、a href=URL target=_blank../a C、a href=URL target=_top../a D、a href=URL target=_main../a
考题
单选题在HTML中,从本页面连接到页面中锚记是marker位置的正确代码是()。A
a href=hello.htm position=markerHello/aB
a href=#markerHello/aC
a href=/markerHello/aD
a href=hello.htm#markerHello/a
热门标签
最新试卷