📄 index.jsp~2~
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="dao" scope="request" class="com.dao.Talkdao"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>流言板首页</title>
</head>
<link href="css/style.css" rel="stylesheet" type="text/css">
<body style="background-attachment: scroll; background-image: url(image/background.jpg); background-repeat: no-repeat">
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
<tr >
<td height="104" colspan="2" background="image/banner.jpg"> </td>
</tr>
<tr>
<td width="212" height="395" background="image/left.jpg"><table width="100%" border="0">
<tr>
<td width="70%" height="30" > </td>
<td width="30%"><a href="index.jsp">查看主题</a></td>
</tr>
<tr>
<td height="30"> </td>
<td><a href="insert.jsp">发表流言</a></td>
</tr>
<tr>
<td height="30"> </td>
<td><a href="#">流言管理</a></td>
</tr>
</table></td>
<td valign="top" background="image/showsubject.jpg"> <table width="457" height="38%" border="0" align="center">
<tr>
<td height="65"> </td>
</tr>
<tr>
<td height="319" valign="top"><table width="400" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="71" height="22" scope="col"> </th>
<th width="329" scope="col"> </th>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr >
<td height="81" colspan="2" background="image/bottom.jpg" > </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -