<!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; width: 200px;" /> </td> </tr> <tr> <td align="right">手机号/邮箱</td> <td> <input type="text" placeholder="手机号/邮箱" style="height: 20px; width: 200px;"/> </td> </tr> <tr> <td align="right">密码</td> <td> <input type="text" placeholder="请输入密码" style="height: 20px; width: 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="width: 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>