Observe the HTML elements of commonly used Web pages, and use the learned tags to mimic the actual application scenarios.
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.
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Login Page</title></Head><Body><a><imgsrc= "https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1508221888488&di= b80076d16252e53d3f6424dac0940423&imgtype=0&src=http%3a%2f%2fimg.sucaifengbao.com%2fvector%2flogosjbz% 2f31_242_bl.jpg "width= "The "Height= "+" ></a><DivID= "Container"style= "width:400px"Align= "Center"> <DivID= "header"style= "Background-color:darkorange"><H2Align= "Center">58 the same city</H2></Div> <DivID= "Content"></Div> <formAction=""> <P>Account in:<inputtype= "text"placeholder= "mobile number/qq/"></P>Password in:<inputtype= "Password"><BR> <P> <inputtype= "Radio"name= "Role"value= "Stu">Mobile Phone<inputtype= "Radio"name= "Role"value= "Stu">QQ<inputtype= "Radio"name= "Role"value= "Tea"><BR> </P> <h6> <inputtype= "checkbox" >Next Automatic Login</h6> <H1><inputtype= "button"value= "Login" ></H1></form> <ahref= "Https://passport.58.com/reg/?PGTID=0d000000-0000-0e6d-aa35-c0f66c071493&ClickID=5"title= "Register">Register Now</a> <ahref= "//passport.58.com/forgetpassword"class= "passwordonclick=">Forgot password</a> <DivID= "Footer"style= "Background-color:darkorange"><H2Align= "Center">Copyright @mis</H2></Div></Div><Div> <Select> <option>Collection</option> <option>Click to praise</option> <option>Comments</option> </Select> <ul> <ahref= "Http://gz.58.com/job.shtml?PGTID=0d100000-0000-3633-7367-ea4a46f74c60&ClickID=1"><Li>Recruitment</Li></a> <ol> <Li>Full-time</Li> <Li>Part-time</Li> <Li>Resume</Li> </ol> <ahref= "Http://gz.58.com/house.shtml?PGTID=0d100000-0000-3633-7367-ea4a46f74c60&ClickID=3"><Li>Property</Li></a> <ol> <Li>Rent</Li> <Li>Secondary</Li> <Li>Apartment</Li> </ol> <Li>Used</Li> <ol> <Li>30,000 inside</Li> <Li>Suv</Li> <Li>Truck</Li> </ol> <Li>Second-hand market</Li> </ul></Div></Body></HTML>
Web base, creating Web pages with HTML elements