• 注册


    <!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>
  • 相关阅读:
    如果用 索引的话,这个太不方便了,草,
    nslocal notification
    夜半三更,
    别人写的 代码,
    账目
    view 关于 controller的代理
    浅谈GFC
    浅谈IFC
    浅谈BFC
    JS ES6中的箭头函数(Arrow Functions)使用
  • 原文地址:https://www.cnblogs.com/lilinhan/p/9655315.html
Copyright © 2020-2023  润新知