注册

<!DOCTYPE>
<html>
    <!DOCTYPE>
    <html>
    <head>
    <title>注册页面</title>
    <style>
            body {
            background-image:url("../20141108132542_FmJM5.thumb.700_0.jpeg");
            background-size: 700px 600px;
            background-repeat: no-repeat;
            }
            </style>
    </head>
    <body>
            <form action="https://www.cnblogs.com/lilinhan/">
            请输入注册账号:<br>
            <input type="text" name="name"><br>
            请输入密码:<br>
            <input type="password" name="pwd"><br>
            提交<br>
            <input type="radio" name="sex" value="male">male<br>
            <input type="radio" name="sex" value="female">female<br>
            <input type="submit" value="提交">
            </form>
        </body>
    </html>
原文地址:https://www.cnblogs.com/lilinhan/p/9655315.html