Make a login page with Div,form and do it as beautifully as possible.
Practice using the drop-down list selection box, the unordered table, the list of sequences, and the definition lists.
Observe the HTML elements of commonly used Web pages, and use the learned tags to mimic the actual application scenarios.
<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>login in</title>
<body>
<div id= "Container" style= "width:400px" >
<div id= "header" style= "Background-color:skyblue;" ><H2 align= "center" style= "margin-bottom:0;" > User Login
<div class= "Login_con_left" >
<div class= "Ewm_img" >
<a href= "https://itunes.apple.com/app/apple-store/id910606347?pt=117124017&ct=msite_appbutton& Amp;mt=8 "class=" down_btn down_ios "target=" _blank "></a>
<a href= "https://owhat.cn/download/owhat.apk" class= "down_btn down_andriod" target= "_blank" ></a>
</div>
</div>
<div id= "header" style= "Background-color:skyblue" >
<div class= "Login_con_right" >
<section class= "LoginForm" >
<section class= "Loginform_mid" ><!--loginform input Box--
<span id= "Logo_ani" ></span>
<section class= "Loginnei" >
<div class= "Each_ipt" >
Username:<input type= "text" name= "user" ><br>
Password:<input type= "Password" name= "Password" ><br>
<br><input type= "Radio" > Old users
<input type= "Radio" > New users <br>
<br><input type= "button" value= "Login" >
<input type= "button" value= "register" >
<div id= "Footer" style= "Background-color: #FFA500; clear:both;text-align:center;" > Copyright? Duym</div>
</div>
<form>
<div id= "header" style= "Background-color:yellow" >
<select>
<option>choose</option>
<option> Collection </option>
</select>
</form>
<ul>
<li> Daily Monitoring </li>
<li> Daily Management </li>
<li> Hosting Management </li>
<li> Getting Started Tutorials </li>
<li> Event Information </li>
</ul>
<ol>
<li> Daily Monitoring </li>
<li> Daily Management </li>
<li> Hosting Management </li>
<li> Getting Started Tutorials </li>
<li> Event Information </li>
</ol>
<dl>
<dt> selection </dt>
<dd><a href= "http://xyq.163.com/mp006.html" target= "_blank" > Anna </a>, Kris Wu, </a></dd >
</dl>
</body>
Web base, creating Web pages with HTML elements