单选题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>。

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

在<ahref=”../21-5.htm”target=”_blank”>标记中href属性设定的是?()

A.链接的边框

B.链接的说明

C.链接显示于哪一个视窗

D.链接的URL位置或文件


参考答案:D

第2题:

AllofyourJSPsneedtohavealinkthatpermitsuserstoemailthewebmaster.Thiswebapplicationislicensedtomanysmallbusinesses,eachofwhichhaveadifferentemailaddressforthewebmaster.Youhavedecidedtouseacontextparameterthatyouspecifyinthedeploymentdescriptor,likethis:42.<context-param>43.<param-name>webmasterEmail</param-name>44.<param-value>master@example.com</param-value>45.</context-param>WhichJSPcodesnippetcreatesthisemaillink?()

A.<ahref=’mailto:${contextParam.webmasterEmail}’>contactus</a>

B.<ahref=’mailto:${applicationScope.webmasterEmail}’>contactus</a>

C.<ahref=’mailto:${contextInitParam.webmasterEmail}’>contactus</a>

D.<ahref=’mailto:${initParam.webmasterEmail}’>contactus</a>


参考答案:D

第4题:

显示结果为如下超链接的HTML语句是(45)。A.test</a>B.翻盖

显示结果为如下超链接的HTML语句是(45)。

A.<ahref="翻盖手机">test</a>

B.<ahref="test1.htm">翻盖手机</a>

C.<a name="test.htm">翻盖手机</a>

D.<aname="翻盖手机.htm">test</a>


正确答案:B
解析:本题考查HTML中超链接标记的使用。HTML用渺来表示超链接,英文叫anchor。a>可以指向任何一个文件源,如一个HTML网页,一个图片,一个影视文件等。用法如下:ahref="url">链接的显示文字/a>,点击a>/a>当中的内容,即可打开一个链接文件,href属性则表示这个链接文件的路径。

第5题:

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"/>’/>


参考答案:C

第6题:

与内部链接<ahref=”A”></a>对应锚点的正确写法是?()

A.<;ahref=”#A”>;<;/a>;

B.<;ahref=”22-5.htm#A”>;<;/a>;

C.<;aname=”A”>;<;/a>;

D.<;aname=”#A”>;<;/a>。


参考答案:C

第7题:

Youhavecreatedawebapplicationthatyoulicensetorealestatebrokers.Thewebappishighly customizableincludingtheemailaddressofthebroker,whichisplacedonthefooterofeachpage.Thisisconfiguredasacontextparameterinthedeploymentdescriptor:10.<context-param>11.<param-name>footerEmail</param-name>12.<param-value>joe@estates-r-us.biz</param-value>13.</context-param>WhichELcodesnippetwillinsertthiscontextparameterintothefooter?()

A.<ahref=’mailto:${footerEmail}’>Contactme</a>

B.<ahref=’mailto:${initParam@footerEmail}’>Contactme</a>

C.<ahref=’mailto:${initParam.footerEmail}’>Contactme</a>

D.<ahref=’mailto:${contextParam@footerEmail}’>Contactme</a>

E.<ahref=’mailto:${contextParam.footerEmail}’>Contactme</a>


参考答案:C

第8题:

要创建一个到UseNet新闻组的链接,下面正确的句法是:

A、AHREF=″usenet:news.blue.com″蓝色新闻网/A

B、AHREF=″news:news.blue.com″蓝色新闻网/A

C、AHREF=″ftp:news.blue.com″蓝色新闻网/A

D、AHREF=″http://news.blue.com″蓝色新闻网/A


参考答案:B

第9题:

要创建一个到FTP的链接,下面正确的句法是()

A、AHREF=〃news:166.111.136.3〃清华九井站点/A

B、AHREF=〃usenet:166.111.136.3〃清华九井站点/A

C、AHREF=〃ftp://166.111.136.3〃清华九井站点/A

D、AHREF=〃http://166.111.136.3〃清华九井站点/A


参考答案:C

第10题:

一个文件夹名称叫Parent,其下有一个叫做test.asp的文件,和一个名为Child的文件夹。Child下有一个名为default.htm文件,想在default.htm中作一个连接,链到test.asp。以下正确的是:()

A.<ahref=“/test.asp”>…</a>

B.<ahref=“c:/test.asp”>…</a>

C.<ahref=“‥/test.asp”>…</a>

D.<ahref=“Parent/test.asp”>…</a>


参考答案:C

更多相关问题