单选题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。
单选题
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>。
参考解析
解析:
暂无解析
相关考题:
下面的链接格式,正确的是( )(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
要创建一个到UseNet新闻组的链接,下面正确的句法是:A、AHREF=″usenet:news.blue.com″蓝色新闻网/AB、AHREF=″news:news.blue.com″蓝色新闻网/AC、AHREF=″ftp:news.blue.com″蓝色新闻网/AD、AHREF=″http://news.blue.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>
一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:() A.ahref=“/test.asp”…/aB.ahref=“c:/test.asp”…/aC.ahref=“‥/test.asp”…/aD.ahref=“Parent/test.asp”…/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
以下创建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
一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:()A、ahref=“/test.asp”…/aB、ahref=“c:/test.asp”…/aC、ahref=“‥/test.asp”…/aD、ahref=“Parent/test.asp”…/a
要创建一个Email地址的链接,下面正确的句法是()A、ahref=“mailto:mirror@263.net”与我联系/aB、ahref=“files:mirror@263.net”与我联系/aC、ahref=“http:mirror@263.net”与我联系/aD、ahref=“usenet:mirror@263.net”与我联系/a
在HTML文档中,()是正确的链接到电子信箱的代码格式。A、<AHRF=mailto:E_mailaddress>锚</A>B、<AHREF="mailto:E_mailaddress">锚</A>C、<AHREF="E_mailaddress">锚</A>D、<AHRF=E_mailaddress>锚</A>
HTML中定义一个书签应使用的语句是()A、atarget=″#object-name″text/aB、ahref=″#object-name″text/aC、alink=″#object-name″text/aD、aname=″#object—name″text/a
要将页面的当前位置定义成名为”vbpos”和锚,其定义方法正确的是()A、ahref=:vbpos”/aB、ahref=”#vbpos”vbpos/aC、aname=vbposD、aname=”vbpos”/a
下列哪种方法既能禁止所有搜索引擎追踪此网页上的链接,且不传递链接的权重?()A、"metaname=""robots""content=""nofollow"""B、"ahref=""signin.php""rel=""nofollow""signin"C、"metaname=""Baiduspider""content=""nofollow"""D、"metacontent=""nofollow"""
若要在页面中创建一个图形超链接,要显示的图形为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”
多选题关于链接标记中,写法正确的是?()A;ahref=”#A”;;/a;B;ahref=”22-5.htm”;;/a;C;aname=”A”;;/a;D;aname=”www.pku.edu.cn”;;/a。
单选题在HTML文档中,()是正确的链接到电子信箱的代码格式。A<AHRF=mailto:E_mailaddress>锚</A>B<AHREF=mailto:E_mailaddress>锚</A>C<AHREF=E_mailaddress>锚</A>D<AHRF=E_mailaddress>锚</A>
单选题与内部链接;ahref=”#A”;;/a;对应锚点的正确写法是?()A;ahref=”#A”;;/a;B;ahref=”22-5.htm#A”;;/a;C;aname=”A”;;/a;D;aname=”#A”;;/a。
单选题下面哪个HTML标签能够正确链接到www.teach.com()A〈a=“http://www.teach.com”〉电子商务教学系统〈/a〉B〈ahref=“http://www.teach.com”〉电子商务教学系统〈/a〉C〈a〉电子商务教学系统〈/a〉D〈awww.teach.com〉电子商务教学系统〈/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。