📄 loginpage.jsp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>会员注册</title>
<style type="text/css">
<!--
.STYLE1 {
font-size: xx-large;
color: #660099;
}
-->
</style>
</head>
<body>
<div align="center"><div id="mydiv" style="background-color:#0066FF">
<div align="center"><span class="STYLE1">注册中心</span></div>
</div>
<form action="loginpage_1.jsp" method="post">
<div align="center">
<p align="center">
会员号:
<input type="text"name="logno">
<br>
姓名:
<input type="text"name="logname">
<br>
密码:
<input type="Password"name="logword">
<br>
电话:
<input type="text"name="logtel">
<br>
<br>
<br>
<input type="submit"value="提交"name="b1">
<input type="reset"value="重写"name="b2">
</p>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -