• HTML 小练习(智联注册页)


    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>智联注册页</title>
    </head>


    <body>

    <h4>注册</h4>
    <table style="font-size: 14px; color: #878787;" cellspacing="10">
    <tr>
    <td align="right">真实姓名</td>
    <td>
    <input type="text" placeholder="姓名(必填)" style="height: 20px; 200px;" />
    </td>
    </tr>
    <tr>
    <td align="right">手机号/邮箱</td>
    <td>
    <input type="text" placeholder="手机号/邮箱" style="height: 20px; 200px;"/>
    </td>
    </tr>
    <tr>
    <td align="right">密码</td>
    <td>
    <input type="text" placeholder="请输入密码" style="height: 20px; 200px;"/>
    </td>
    </tr>

    <tr style="font-size: 12px;">
    <td></td>
    <td>
    <input type="checkbox" />
    我接受智联招聘的<a href="" style="color: #5BC5EE;">用户协议</a>和<a href="" style="color: #5BC5EE;">隐私政策</a>
    </td>
    </tr>
    <tr>
    <td></td>
    <td>
    <input type="submit" value="立即注册" style=" 200px; height: 30px; color: white; background-color: #6DBD24; border: hidden;" />
    </td>
    </tr>
    <tr style="font-size: 12px;">
    <td></td>
    <td>
    已有账号,<span style="color: #6DBD24;">直接登录</span>
    </td>
    </tr>
    <tr>
    <td></td>
    <td>
    其他方式登录:
    <img src="img/Female.gif" />
    <img src="img/icon.png" />
    <img src="img/Male.gif" />
    <img src="img/read.gif" />
    </td>
    </tr>
    </table>




    </body>
    </html>

  • 相关阅读:
    软工实践个人总结
    第02组 Beta版本演示
    第02组 Beta冲刺(5/5)
    第02组 Beta冲刺(4/5)
    第02组 Beta冲刺(3/5)
    第02组 Beta冲刺(2/5)
    第02组 Beta冲刺(1/5)
    第02组 Alpha事后诸葛亮
    第02组 Alpha冲刺(6/6)
    第02组 Alpha冲刺(5/6)
  • 原文地址:https://www.cnblogs.com/yr0215/p/7953782.html
Copyright © 2020-2023  润新知