<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>表单标签
</title>
</head>
<body>
<form method="post" action="save.php">
账户:
<input type="text" name="myname" value="" />
<!--text代表文本输入框-->
<br/>
密码:
<input type="password" name="pass" value="" />
<!--password代表密码输入框-->
<br/>
<input type="submit" name="submit" value="确认提交" />
</form>
</body>
</html>
转载于:https://www.cnblogs.com/Riona-C/p/7087538.html
相关资源:JAVA上百实例源码以及开源项目
转载请注明原文地址: https://mac.8miu.com/read-52289.html