login.html

来自「在线投票系统代码」· HTML 代码 · 共 28 行

HTML
28
字号

<html>
<title>
	投票实例
</title>
<link href="style.css" rel="stylesheet">
<body>
	<center>
    <table width="100%" height="112"  border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td>
		<form method="post" action=login.jsp >
		用户名:
		  <input type="text" name="username">
		<br>
		密&nbsp;&nbsp;码:
		<input type="password" name="password">
        <br>
        <input name="submit" type="submit" class="btn_grey" value="  O K  ">  
        <input type="reset" class="btn_grey" value="CANCLE">
</form>
		</td>
      </tr>
    </table>		

</body>
</html>

⌨️ 快捷键说明

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