title.jsp

来自「添加、修改、删除。实在jsp环境下用java 编写的。请多多指教。又不完善之处请」· JSP 代码 · 共 28 行

JSP
28
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<table width="106%" border="0" bgcolor="#CC9900">
  <tr>
    <td >
<marquee style="font-size: 24pt; text-decoration: blink; font-style: italic; font-weight: bold" behavior="alternate" bgcolor="#CC9900" width="261" height="32">网络管理</marquee>
<marquee style="font-size: 24pt; text-decoration: blink; font-style: italic; font-weight: bold" behavior="alternate" bgcolor="#CC9900" width="83" height="32"></marquee>
<marquee style="font-size: 24pt; text-decoration: blink; font-style: italic; font-weight: bold" behavior="alternate" bgcolor="#CC9900" width="294" height="32" direction="right">快洁方便</marquee>


</td>
  </tr>
</table>





</body>

</html>

⌨️ 快捷键说明

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