top.jsp

来自「system1为用户注册模块 system2为在线聊天系统 system3为」· JSP 代码 · 共 29 行

JSP
29
字号
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<LINK href="Style.css" type=text/css rel=stylesheet>
<title>新闻发布-->后台</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style>
</head>
<body topmargin=0>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height=70></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height=22 width=186 bgcolor=#ff6600 align=center style="color:#ffffff">『 新闻发布 』</td>
    <td bgcolor=#f3f3f3 >&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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