main.jsp

来自「java web开发宝典源代码」· JSP 代码 · 共 20 行

JSP
20
字号
<%@ page contentType="text/html; charset=gb2312"%>
<html>
<head>
<title>内容显示</title>
</head>
<body>
  <table border="0" width="539" height="401" cellspacing="0" cellpadding="0">
     <tr>
         <td align="center" valign="top">
             <table border="0" width="302" cellspacing="0" bordercolor="lightgrey" bordercolorlight="lightgrey" bordercolordark="white" style="margin-top:50">
                  <tr><td width="302" height="7" background="image/hint/tishi_top.jpg"></td></tr>
                  <tr><td height="15" bgcolor="#ba813c" style="text-indent:8"><font color="white"><b>友情提示!</b></font></td></tr>
                  <tr><td height="119" align="center" background="image/hint/tishi_back.jpg">请选择您要进行的操作!</td></tr>
                  <tr><td height="46" align="center" background="image/hint/tishi_end.jpg"></td></tr>
             </table>
         </td>
     </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

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