单选题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/>’ />
参考解析
解析:
暂无解析
相关考题:
对于map标记,单图多向超级链接使用areashape=″图片形状″coords=″坐标″href=″URL″,其中图片形状不包括的是()。 A、rectB、circleC、triangleD、poly
表示新开一个窗口的超链接代码是()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’ /
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"/
关于网页中的图像,下列说法正确的是()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 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’ /
单选题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