⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 head.jsp

📁 在线图书销售系统 在线图书销售系统
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>top</title>
<link href="styles/common.css" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
A:link {
	color: #000080; text-decoration: none;
}
A:visited {
	color: #000080; text-decoration: none;
}
A:hover {
	color: #FF0000; text-decoration: none;
}
A:active {
	color: #000080; text-decoration: none;
}
-->
</style>
</head>

<body>
  <table width="1000" height="110" align="left">
    <tr>
      <td>
		  <img name="banner" src="images/title_bar.png" width="1000" height="84" alt="标题图片">
      </td>
    </tr>
    <tr>
	  <td align="right">
			<table height="28" cellSpacing="0" cellPadding="0" border="0">
                <tr>
                  <td colSpan=2 align="left">
			  	    <img src="images/title_link_top.png" width="400" height="5"></td>
                <tr>
                  <td align="left" valign="top">
			  	    <img src="images/title_link_left.png" width="17" height="23"></td>
                  <td align="left" valign="bottom" background="images/title_link_bg.png" height="23">
				  	<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
                        <tr class="top_link">
						  <td width="15"></td>
                          <td width="100">
						  	<a href="latestbook.do" target="mainFrame">
								最新图书
							</a>
						  </td>
                          <td width="15"></td>
                          <td width="100">
						  	<a href="search.do" target="mainFrame">
								在线搜索
							</a>
						  </td>
                          <td width="15"></td>
						  <td width="100">
						  	<a href="message.do" target="mainFrame">
								留言版
							</a>
						  </td>
                          <td width="15"></td>
						  <td width="100">
						  	<a href="faq.do" target="mainFrame">
								在线帮助
							</a>
						  </td>
                          <td width="15"></td>
                        </tr>
                    </table>
				 </td>
               </tr>
        </table>			
	  </td>
    </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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