360注册及360logo

这篇文章详细描述了360网站的用户注册过程,包括输入手机号、验证码、设置用户名和密码等步骤,以及相关条款的确认。着重展示了HTML代码实现的界面设计。
摘要由CSDN通过智能技术生成
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">
		<title></title>
	</head>
	<body>
		<header>
		<div>欢迎注册360账号</div>
		<button type="button">注册</button>
		</header>
		<section>
			<div>手机注册</div>
			<div>已有账号<a href="login.html">立即登录</a></div>
		</section>
		<section>
			<form action="" method="post">
				<div><label for="phone">手机号</label><input type="text" id="phone"/></div>
				<div>请输入您的手机号</div>
				<div><label for="verification">验证码</label>
			<input type="text" id="verification" /><img src="images/captha.jpb" alt="" /><a href="#">换一张</a>
				</div>
				<div>请输入图中的字母或数字,不区分大小写</div>
				<div><label for="code">校验码</label><input type="text" id="code"/><button type="button">免费获取校验码</button></div>
				<div>请输入短信中的6位数字校验码<a href="#">校验码场景问题</a></div>
				<div><label for="username">用户名</label><input type="text" id="username"/></div>
				<div>2-14个字符:英文、数字或中文</div>
				<div><label for="password">密码</label><input type="text" id="password"/></div>
				<div>6-20个字符(区分大小写)</div>
				<div><button type="submit">马上注册</button></div>
				<div><input type="checkbox"/>我已阅读并同意<a href="#">《360用户服务条款》</a></div>
			</form>
		</section>
	</body>
</html>

下面的是360logo:

<!DOCTYPE html>
<html>
<head>
	<title>360 Login</title>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<style>
		<body>
			background-color: #f5f5f5;
			font-family: Arial, sans-serif;
		}
		.container {
			margin: 0 auto;
			max-width: 400px;
			padding: 20px;
			background-color: #fff;
			border-radius: 5px;
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
		}
		h1 {
			text-align: center;
			color: #333;		}
		input[type="text"], input[type="password"] {
			display: block;
			width: 100%;
			padding: 10px;
			margin-bottom: 20px;
			border: 1px solid #ccc;
			border-radius: 5px;
			box-sizing: border-box;
			font-size: 16px;
		}
		input[type="submit"] {
			display: block;
			width: 100%;
			padding: 10px;
			background-color: #00a0e9;
			color: #fff;
			border: none;
			border-radius: 5px;
			box-sizing: border-box;
			font-size: 16px;
			cursor: pointer;
		}
		input[type="submit"]:hover {
			background-color: #0088cc;
		}
	</style>
</head>
<body>
	<div class="container">
		<h1>360 Login</h1>
		<form>
			<label for="username">Username:</label>
			<input type="text" id="username" name="username" required>
			<label for="password">Password:</label>
			<input type="password" id="password" name="password" required>
			<input type="submit" value="Login">
		</form>
	</div>
	</body>
</html>

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

sur_haha

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值