单选题Which JSTL code snippet can be used to perform URL rewriting?()Aa href=’c:url url=foo.jsp/’ /Ba href=’c:link url=foo.jsp/’ /Ca href=’c:url value=foo.jsp/’ /Da href=’c:link value=foo.jsp/’ /

单选题
Which JSTL code snippet can be used to perform URL rewriting?()
A

<a href=’<c:url url=foo.jsp/>’ />

B

<a href=’<c:link url=foo.jsp/>’ />

C

<a href=’<c:url value=foo.jsp/>’ />

D

<a href=’<c:link value=foo.jsp/>’ />


参考解析

解析: 暂无解析

相关考题:

location对象中用来表示了完整的URL地址的属性是()。 A.hashB.hostnameC.pathnameD.href

对于map标记,单图多向超级链接使用areashape=″图片形状″coords=″坐标″href=″URL″,其中图片形状不包括的是()。 A、rectB、circleC、triangleD、poly

在HTML中,Location对象的()属性用于设置或检索URL的端口号。A、hostnameB、hostC、pathnameD、href

表示新开一个窗口的超链接代码是()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

链接(Link)基本语法是()A、a goto="URL" ... /a B、a herf="URL" ... /a C、a link="URL" ... /a D、a href="URL" ... /a

创建一个位于文档内部位置的链接的代码是?()A、a href="#NAME"/aB、a name="NAME"/a  C、a href="mailto:EMAIL"/a D、a href="URL"/a

关于网页中的图像,下列说法正确的是()。A、图像是由img标签开始,由结束。B、图像标签的href属性用于指定图像链接到的URL。C、src属性的值是所要显示图像的URL。D、以上全都是错的。

Which JSP standard action can be used to import content from a resource called foo.jsp?()A、jsp:import file=’foo.jsp’ /B、jsp:import page=’foo.jsp’ /C、jsp:include page=’foo.jsp’ /D、jsp:include file=’foo.jsp’ /

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

Which JSTL code snippet can be used to import content from another web resource?()A、c:import url="foo.jsp"/B、c:import page="foo.jsp"/C、c:include url="foo.jsp"/D、c:include page="foo.jsp"/

一个taglib指令必须有哪些属性?()A、value prefixB、url loactionC、url prefixD、url value

关于网页中的图像,下列说法正确的是()A、图像是由〈img〉标签开始,由〈/img〉结束。B、图像标签的 href属性用于指定图像链接到的URL。C、src属性的值是所要显示图像的URL。D、以上全都是错的。

CSSStyleSheet对象的href属性说法正确的是()。A、返回样式表的位置(URL),如果是内联样式表,则为nullB、以上都不对C、返回样式表的位置(URL),如果是内联样式表,则为falseD、返回样式表的位置(URL),如果是内联样式表,则为true

如何在新窗口打开链接?()A、a href="url" new  B、a href="url" target="_blank"  C、a href="url" target="new"  D、a href="url" target="_parent"

在框架页中的主框架中打开链接的代码是()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

框架中“禁止改变框架窗口大小”的语法是()A、a href="right.html" target="rightframe" B、IMG src="URL" border=? C、FRAMESET rows="20%,*" frameborder="0" D、FRAME noresize

Which JSTL code snippet can be used to perform URL rewriting?()A、a href=’c:url url="foo.jsp"/’ /B、a href=’c:link url="foo.jsp"/’ /C、a href=’c:url value="foo.jsp"/’ /D、a href=’c:link value="foo.jsp"/’ /

Which the JSTL code snippet can be used to import content from another web resource?()A、 c:import url=*foo.jsp”/ B、 c:import page=*foo.jsp”/ C、 c:include url=*foo.jsp”/ D、 c:include page=*foo.jsp”/ E、 Importing cannot be done in JSTL. A standard action must be used instead.

All of your JSPs need to have a link that permits users to email the web master. This web application islicensed to many small businesses, each of which have a different email address for the web master. Youhave decided to use a context parameter that you specify in the deployment descriptor, like this: 42. 43.webmasterEmail 44.master@example.com 45. Which JSP code snippet creates this email link?()A、a href=’mailto:${contextParam.webmasterEmail}’contact us/aB、a href=’mailto:${applicationScope.webmasterEmail}’contact us/aC、a href=’mailto:${contextInitParam.webmasterEmail}’contact us/aD、a href=’mailto:${initParam.webmasterEmail}’contact us/a

Which two JSTL URL-related tags perform URL rewriting?()A、UrlB、LinkC、ParamD、ImportE、Redirect

单选题Which the JSTL code snippet can be used to import content from another web resource?()A c:import url=*foo.jsp”/ B c:import page=*foo.jsp”/ C c:include url=*foo.jsp”/ D c:include page=*foo.jsp”/ E Importing cannot be done in JSTL. A standard action must be used instead.

单选题CSSStyleSheet对象的href属性说法正确的是()。A返回样式表的位置(URL),如果是内联样式表,则为nullB以上都不对C返回样式表的位置(URL),如果是内联样式表,则为falseD返回样式表的位置(URL),如果是内联样式表,则为true

单选题Which JSTL code snippet can be used to import content from another web resource?()Ac:import url=foo.jsp/Bc:import page=foo.jsp/Cc:include url=foo.jsp/Dc:include page=foo.jsp/

单选题Which JSP standard action can be used to import content from a resource called foo.jsp?()Ajsp:import file=’foo.jsp’ /Bjsp:import page=’foo.jsp’ /Cjsp:include page=’foo.jsp’ /Djsp:include file=’foo.jsp’ /

多选题Which the two JSTL URL-related tags perform URL rewriting?()AurlBlinkCparamDimportEredirect

单选题All of your JSPs need to have a link that permits users to email the web master. This web application islicensed to many small businesses, each of which have a different email address for the web master. Youhave decided to use a context parameter that you specify in the deployment descriptor, like this: 42. 43.webmasterEmail 44.master@example.com 45. Which JSP code snippet creates this email link?()Aa href=’mailto:${contextParam.webmasterEmail}’contact us/aBa href=’mailto:${applicationScope.webmasterEmail}’contact us/aCa href=’mailto:${contextInitParam.webmasterEmail}’contact us/aDa href=’mailto:${initParam.webmasterEmail}’contact us/a