网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
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 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?()A c:import url=foo.jsp/B c:import page=foo.jsp/C c:include url=foo.jsp/D c:include page=foo.jsp/

考题 单选题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’ /

考题 多选题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?()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