在HTML中,链接,是()A、指向其他网站文件的链接B、指向站点内文件的链接C、指向电子邮件的链接D、指向网页内书签的链接

在HTML中,链接,是()

  • A、指向其他网站文件的链接
  • B、指向站点内文件的链接
  • C、指向电子邮件的链接
  • D、指向网页内书签的链接

相关考题:

如果在catalog.htm中包含如下代码,则该HTML文档IE浏览器中打开后,用户单击此链接将()ahref="novel"小说/a A、使页面跳转到同一文件夹下名为“novel.html”的HTML文档B、使页面跳转到同一文件夹下名为“小说.html”的HTML文档C、使页面跳转到catalog.htm包含名为“novel”的锚记处D、使页面跳转到同一文件夹下名为“小说.html”的HTML文档中名为“novel”的锚点处

下面的链接格式,正确的是( )(A)与我联系 下面的链接格式,正确的是()。(A)ahref=”mailto:gltxiaohong@buu.com.cn”与我联系/a(B)ahref=”bg.htm”概况/a(C)ahref=”http://www.sina.com.cn”友情链接/a(D)ahref=”../bg.htm”首面/a

在网页上要链接到一个E-mail地址,正确的HTML代码是(62)。A.给我 在网页上要链接到一个E-mail地址,正确的HTML代码是(62)。A.<A href="mailto:test@test.com">给我来信</A>B.<A href="tomail:test@test.com">给我来信</A>C.<A mailto="test@test.com">给我来信</A>D.<A tomail="test@test.com">给我来信</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

与内部链接ahref=”A”/a对应锚点的正确写法是?() A.;ahref=”#A”;;/a;B.;ahref=”22-5.htm#A”;;/a;C.;aname=”A”;;/a;D.;aname=”#A”;;/a。

AllofyourJSPsneedtohavealinkthatpermitsuserstoemailthewebmaster.Thiswebapplicationislicensedtomanysmallbusinesses,eachofwhichhaveadifferentemailaddressforthewebmaster.Youhavedecidedtouseacontextparameterthatyouspecifyinthedeploymentdescriptor,likethis:42.context-param43.param-namewebmasterEmail/param-name44.param-valuemaster@example.com/param-value45./context-paramWhichJSPcodesnippetcreatesthisemaillink?()A.ahref=’mailto:${contextParam.webmasterEmail}’contactus/aB.ahref=’mailto:${applicationScope.webmasterEmail}’contactus/aC.ahref=’mailto:${contextInitParam.webmasterEmail}’contactus/aD.ahref=’mailto:${initParam.webmasterEmail}’contactus/a

Youhavecreatedawebapplicationthatyoulicensetorealestatebrokers.Thewebappishighly customizableincludingtheemailaddressofthebroker,whichisplacedonthefooterofeachpage.Thisisconfiguredasacontextparameterinthedeploymentdescriptor:10.context-param11.param-namefooterEmail/param-name12.param-valuejoe@estates-r-us.biz/param-value13./context-paramWhichELcodesnippetwillinsertthiscontextparameterintothefooter?()A.ahref=’mailto:${footerEmail}’Contactme/aB.ahref=’mailto:${initParam@footerEmail}’Contactme/aC.ahref=’mailto:${initParam.footerEmail}’Contactme/aD.ahref=’mailto:${contextParam@footerEmail}’Contactme/aE.ahref=’mailto:${contextParam.footerEmail}’Contactme/a

WhichJSTLcodesnippetcanbeusedtoperformURLrewriting?() A.ahref=’c:urlurl=foo.jsp/’/B.ahref=’c:linkurl=foo.jsp/’/C.ahref=’c:urlvalue=foo.jsp/’/D.ahref=’c:linkvalue=foo.jsp/’/

要创建一个到FTP的链接,下面正确的句法是()A、AHREF=〃news:166.111.136.3〃清华九井站点/AB、AHREF=〃usenet:166.111.136.3〃清华九井站点/AC、AHREF=〃ftp://166.111.136.3〃清华九井站点/AD、AHREF=〃http://166.111.136.3〃清华九井站点/A

显示结果为如下超链接的HTML语句是(45)。A.testB.翻盖 显示结果为如下超链接的HTML语句是(45)。A.<ahref="翻盖手机">test</a>B.<ahref="test1.htm">翻盖手机</a>C.<a name="test.htm">翻盖手机</a>D.<aname="翻盖手机.htm">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>

在Dreamweaver中,设置E-mail的超链接,在Link栏中的格式是( ) A.mail:+E-mailB.mailto:+E-mailC.E-mailD.mailto://+E-mail

在HTML文档中创建一个标记sample,( )可以创建指向标记sample的超链接。A.a href=sample/aB.a href=sample/aC.a href=mailto sample/aD.a href=www.sample.htm/a

●在HTML中,建立从图像flag.gif到www.abc.com的超链接,正确的语句是(44)。(44) A.img=”www.abc.com”a href src=flag.gif”/imgB.aimg =”www.abc.com” hrefsrc=”flag.gif”/aC.ahref=”www.abc.com”img src=”flag.g”if”/aD.ahref=”flag.gif”img src=”www.abc.com” /a

● 在网页上要链接到一个E-mail地址,正确的HTML代码是 (62) 。(62)A.A href="mailto:test@test.com"给我来信/AB.A href="tomail:test@test.com"给我来信/AC.A mailto ="test@test.com"给我来信/AD.A tomail ="test@test.com"给我来信/A

以下创建mail链接的方法,正确的是()A、ahref=”master@163.com”管理员/aB、ahref=”callto:master@163.com”管理员/aC、ahref=”mailto:master@163.com”管理员/aD、ahref=”Email:master@163.com”管理员/a

在HTML文档中,()是正确的链接到电子信箱的代码格式。A、<AHRF=mailto:E_mailaddress>锚</A>B、<AHREF="mailto:E_mailaddress">锚</A>C、<AHREF="E_mailaddress">锚</A>D、<AHRF=E_mailaddress>锚</A>

以下链接格式中,属于电子邮件链接格式的是()A、http://www.sohu.comB、ftp://ftp.gxu.cnC、mailto:abc@163.ComD、http://www.gxu.cn/xys/index.html#1

HTML中定义一个书签应使用的语句是()A、atarget=″#object-name″text/aB、ahref=″#object-name″text/aC、alink=″#object-name″text/aD、aname=″#object—name″text/a

HTML文件中用超级链接标记指向一个目标的基本格式为()。A、ahref=″URL″B、href=″URL″字符串C、ahref=″URL″字符串/aD、href=″URL″

在HTML中,要定义一个空链接使用的标记是().A、ahref=”#”B、ahref=”?”C、ahref=”@”D、ahref=”!”

若要在页面中创建一个图形超链接,要显示的图形为myhome.jpg,所链接的地址为http://www.pcnetedu.com,以下用法中,正确的是()A、ahref=”http://www.pcnetedu.com”myhome.jpg/aB、ahref=”http://www.pcnetedu.com”imgsrc=”myhome.jpg”/aC、imgsrc=”myhome.jpg”ahref=”http://www.pcnetedu.com”/aD、ahref=http://www.pcneredu.comimgsrc=”myhome.jpg”

在Dreamweaver中,设置Email的超链接,在Link栏中的格式是:()。A、mail:+emailB、mailto:+EmailC、EmailD、mailto://+Email

单选题在HTML文档中,()是正确的链接到电子信箱的代码格式。A<AHRF=mailto:E_mailaddress>锚</A>B<AHREF=mailto:E_mailaddress>锚</A>C<AHREF=E_mailaddress>锚</A>D<AHRF=E_mailaddress>锚</A>

单选题Email链接正确的写法是?()A;ahref=”#22-5”;;/a;B;ahref=”22-5.htm”;;/a;C;ahref=”myMail@pku.edu.cn”;;/a;D;ahref=”mailto:myMail@pku.edu.cn”;;/a。

单选题HTML代码;ahref=“mailto:EMAIL“;;/a;表示()。A创建一个超链接B创建一个自动发送电子邮件的链接C创建一个位于文档内部的靶位D创建一个指向位于文档内部的链接

单选题与内部链接;ahref=”#A”;;/a;对应锚点的正确写法是?()A;ahref=”#A”;;/a;B;ahref=”22-5.htm#A”;;/a;C;aname=”A”;;/a;D;aname=”#A”;;/a。

多选题关于链接标记中,写法正确的是?()A;ahref=”#A”;;/a;B;ahref=”22-5.htm”;;/a;C;aname=”A”;;/a;D;aname=”www.pku.edu.cn”;;/a。