<!DOCTYPE html>
<html lang="en"> <head> <meta charset="utf-8"> <title>Login</title> <link rel="stylesheet" href="style.css"> </head><body><fieldset> <legend>登记注册</legend> <form action=""method="get"class="form-example"> <div class="form-example"> <label for="name">名字: </label><input type="text"name="name"id="name"required>
</div> <div class="form-example"> <lable for="password">密码: </lable> <input type="password"name="password"id="password"required></div> <div class="form-example"> <lable for="email">邮箱: </lable> <input type="email"name="email"id="email"required></div><div class="form-example">
<label for="tel">电话: </label> <input type="tel"name="tel"id="tel"required></div> <div class="form-example"> <label for="address">地址: </label> <input type="address"name="address"id="address"required></div><!-- first-->
<div form="class-example"> <label for ="gender">性别:</label> <input type="radio"value="0"name="gender">man</input> <input type="radio"value="1"name="gender">woman</input> </div> </form><input type="submit" name="submit" value="submit">
<input type="reset" name="reset" value="reset"> <body style="background-image:url(C:/Users/lenovo/Pictures/lovewallpaper/251786-0.jpg)"> </fieldset> </body> </html>