console
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>注册页面</title>
</head>
<body>
<h1>注册</h1>
<div id="body" style="width:800;height:600;">
<div id="picture_r" style="width:250px;height:300px;float:left;">
<img id="scream" src="https://www.runoob.com/images/img_the_scream.jpg" alt="The Scream" style="width:250px;height:300px;">
</div>
<div id="div1" class="visible" style="background-color:#FFD700;width:500px;height:300px; ">
<div class="welcome" style="text-align:center;">欢迎注册QQ</div>
<div class="header" style="text-align:center;">每一天,乐在沟通!</div>
<div class="main" style="text-align:center;">
<form>
账号:<input type="text" name="account"><br/>
密码:<input type="password" name="pwd"><br/>
<select name="cars">
<option value="fiat" selected>+86</option>
<option value="volvo">+852</option>
<option value="saab">+853</option>
<option value="audi">+886</option>
</select>
<input id="phone" type="text" name="phone_num">
<p>可通过该手机号找回密码</p>
<input type="button" value="立即注册"><br/>
<br/>
<input type="checkbox" value="accept">我已阅读并同意相关政策和隐私条款
</form>
<a id="login" href="http://www.baidu.com">我有账号,马上登录</a>
</div>
</div>
<br/>
</div>
<br/>
<br/>
<p style="text-align:center;">Copyright © 1998-2022Tencent All Rights Reserved</p>
h1
{
color: red;
text-align: center;
}
p
{
color:aqua;
font-size:50%;
}
#div1
{
float: right;
}