<html>
<head><title>登录页面</title>
<meta charset="UTF-8"><!-- 用于定义此文档编码格式为UTF-8
</head>
<body>
<form action="login" method="get">
<H1>账号:<input type="text" name="username"/></H1>
<p><H2>密码:<input type="password name="password"/></H2></p>
<p><H3>邮箱:<input type="email" name="email"/></H3></p>
<p> <input type="radio" name="sex" value="male"/>男<input type="radio" name="sex" value="female"/>女</p>
<input type="submit" value="确定登录"/>
<input type="reset" value="清空数据"
</body>
</html>
<head><title>登录页面</title>
<meta charset="UTF-8"><!-- 用于定义此文档编码格式为UTF-8
</head>
<body>
<form action="login" method="get">
<H1>账号:<input type="text" name="username"/></H1>
<p><H2>密码:<input type="password name="password"/></H2></p>
<p><H3>邮箱:<input type="email" name="email"/></H3></p>
<p> <input type="radio" name="sex" value="male"/>男<input type="radio" name="sex" value="female"/>女</p>
<input type="submit" value="确定登录"/>
<input type="reset" value="清空数据"
</body>
</html>
3万+

被折叠的 条评论
为什么被折叠?



