<idoctype html>
<html lang="en">
<html>
<head>
<title>Registing</title>
</head>

<body>
<!--page content -->
<form  action="file:///C:/Users/Administrator/Desktop/WEB/%E4%BB%A3%E7%A0%81/new%20page.html"  method="get" >
    <p>
        email:
        <input type="text" name="email" placeholder="email" required>
    </br>
        用户名:
        <input type="text" name="Users" placeholder="Users"  required>
    </br>
         密码:
         <input type="password" name="password"  required>
     </P>
     <p>
        name:<input type="text" name="name">
    </p>
    <p>
        age:<input type="number"  min="1" mix="100">
    </p>
    <p>
        address:
        <input type="text" name="address">
    </p>
    <p>
        男:
        <input type="radio" checked="checked" name="sex" value="male">
    </br>
        女:
        <input type="radio" name="sex"  value="female">
    </p>
     <p>
        <input type="submit" name="submit">
    </p>
</form>
</body>
</html>