welcome.jsp

来自「这是STRUTS1.2。6的开发包。。这是我从芝APACHE网站下下来」· JSP 代码 · 共 23 行

JSP
23
字号
<table  width="100%">
<tr>
<th bgcolor="aqua"><font size="+1"><strong>Welcome</strong></font></th></tr>
<tr>
<td>
      <P>
      <FONT size=2> Welcome to the <EM>Tiles </EM>website. This "portal" page is an example of what can be 
      done with <EM>Tiles</EM>. It is made by assembling <EM>Tiles</EM>.
	   </FONT>
  <BR><FONT size=2>
  You can :
  <ul>
    <li>Take a glance at some Tiles features and capabilities by browsing the commented live examples (avalaible if you install Tiles)</li>
    <li>Check the "Quick Overview" for code examples and results</li>
    <li>Start learning Tiles with the tutorial</li>
    <li>Learn <a href="http://www.lifl.fr/~dumoulin/tiles/tilesAdvancedFeatures.pdf" />Tiles Advanced Features (pdf)</a></li>
    <li>Read article from <a href="http://www.javaworld.com/javaworld/jw-01-2002/jw-0104-tilestrut.html" >javaworld</a></li>
  </ul>
  </FONT> 
</P>
</td></tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?