<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>用户名表单</title>
</head>
<body>
<div>
<form action="success.html" method="get">
<label for="username">用户名</label>
<input type="text" id="username"> </br>
<label for="pass" >密码</label>
<input type="password" id="pass" ></br>
<input type="submit" value="提交">
<input type="reset" value="重置">
</form>
</div>
</body>
</html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<h1>表单提交成功!</h1>
</body>
</html>
添加回答
举报
0/150
提交
取消