周末作业

<!DOCTYPE HTML>
<html  lang="en">
<head>
<meta charset="utf-8">
<title>My Frist Web Page</title>
<link rel="stylesheet" type="text/css" href="2.css"></link>
</head>
<body>          
       <form action="form_action.asp" method="get" >
      <center> <p><label for="username">账号</label></p>
       <input type="text" name="user" id="username">
       <p><label for="password">密码</label></p>
       <input type="password" name="user" id="password">
       <p><label for="password">再次输入</label></p>
       <input type="password" name="user" id="password">
       <p><label>性别:</label>
       <input type="radio" name="username">
       <label></label>
       <input type="radio" name="username"></p>
       地址:
       <select name="省份">
       <option value="四川省">四川</option>
       <option value="贵州省">贵州</option>
       <option value="湖南省">湖南</option>
      </select><select name="市">
       <option value="南充市">南充</option>
       <option value="成都市">成都</option>
       <option value="绵阳市">绵阳</option>
       </select><input type="text" name="text" >
   
       <p><input type="submit" value="提交" /></center></p>
       
       
       </form>
       </body>

</html>
原文地址:https://www.cnblogs.com/puyi174843/p/9658034.html