head.jsp

来自「java网上商店代码」· JSP 代码 · 共 22 行

JSP
22
字号
<%@ page  pageEncoding="gb2312"%>
<%String path = request.getContextPath(); %>
<div  align="center">
  <center>
  <table id="a" border="1" width="778" cellspacing="0" cellpadding="0" style="border-left-style: solid; border-left-color: #FFFFFF; border-right-style: solid; border-right-color: #FFFFFF; border-top-style: solid; border-top-color: #000000; border-bottom-style: solid; border-bottom-color: #000000">
    <tr>
      <td width="772" background="<%=path%>/images/2.gif"></td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <table border="0" width="778">
  <tr>
      <td width="250" align="center" valign="middle"><img src="<%=path%>/images/icon.jpg"/></td>
    <td width="484" height="50" align="center" valign="middle">
<font size="6px" face="serif"><em><strong>Tarena_IT网络商城</strong></em></font></td>
    <td width="24"></td>
    </tr>
  </table>
</div>

⌨️ 快捷键说明

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