register.jsp

来自「使用WEBWORK,SPRING,HIBERNATE编写的简单的添加」· JSP 代码 · 共 28 行

JSP
28
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>register.htm</title>
	
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->
  </head> 
  <body>
 <table border="0" width="90%">
 <tr>
 <td align="left">
 <form  name="register" action="register.action" method="post">
 Username:<input type="text" name="user.username"><br>
 Password:<input type="text" name="user.password"><br>
 Email:<input type="text" name="user.email"><br>
 Age:<input type="text" name="user.age"><br>
 <input type="button" name="Submit"><br>
 </form>
 </td>
 </tr>
 </table>
  </body>
</html>

⌨️ 快捷键说明

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