博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HTML 小练习(智联注册页)
阅读量:4949 次
发布时间:2019-06-11

本文共 1220 字,大约阅读时间需要 4 分钟。

<!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>

转载于:https://www.cnblogs.com/yr0215/p/7953782.html

你可能感兴趣的文章
异步表单提交
查看>>
[洛谷U871]building
查看>>
次小生成树
查看>>
Redis在windows下安装过程
查看>>
ip转城市接口,ip转省份接口,ip转城市PHP方法
查看>>
android 注释常用标签
查看>>
Spring context:property-placeholder 一些坑
查看>>
如何使用 adb 命令实现自动化测试
查看>>
中国剩余定理
查看>>
JS中this的详解及例子
查看>>
用Entity Framework 来创建MySql数据库和表结构
查看>>
TensorFlow随机值:tf.random_normal函数
查看>>
poj 1733 Parity game(种类并查集)
查看>>
SQL Server2008函数
查看>>
课堂随笔3月8日下午
查看>>
ORM之F查询和Q查询
查看>>
BIOS编程相关常用外设介绍
查看>>
springboot学习笔记:9.springboot+mybatis+通用mapper+多数据源
查看>>
NO 3 ,人生苦短,我学python之python 元祖tuple魔法
查看>>
Spring-Boot Banner
查看>>