1. Make a login page with Div,form and do it as beautifully as possible.
2. Practice using the drop-down list selection box, the unordered list, the sequence table, and the definition lists.
3. Observe the HTML elements of commonly used Web pages, and imitate them with the learned tags in the actual application scenarios.
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <Linkhref= "Main.css"type= "Text/css"rel= "stylesheet"> <title>Welcome to the official system of genuine registration</title></Head><Body> <H1>Game Login Page</H1><HR><DivID= "Container"style= "width:400px" > <DivID= "header"style= "Background-color:antiquewhite"><H2Align= "Center"style= "margin-bottom:0;">Loading ...</H2> <imgsrc= "Https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=3833498764,2687973786&fm=27&gp=0.jpg" width= "The "Height= "Max"></Div> <DivID= "Content"style= "Background-color:pink;height:150px;width:400px;float:left;" > <form>Account Number:<inputtype= "text"name= "Account"placeholder= "Please enter account"><BR>Password:<inputtype= "text"name= "Password"placeholder= "Please enter password"><BR> <inputtype= "Radio">Primary<inputtype= "Radio">Intermediate<inputtype= "Radio">Senior<BR> <inputtype= "button"value= "Login"> <inputtype= "button"value= "Reset"></form> </Div> <DivID= "Footer"style= "Background-color:khaki;clear:both;text-align:center;">Copyright @duym</Div></Div> <form> <Select> <option>Question</option> <option>Collection</option> </Select></form><ul> <Li>Daily monitoring</Li> <Li>Schedule Management</Li> <Li>Student Status Management</Li> <Li>Textbook Management</Li> <Li>Teaching briefings</Li></ul><ol> <Li>Daily monitoring</Li> <Li>Schedule Management</Li> <Li>Student Status Management</Li> <Li>Textbook Management</Li> <Li>Teaching briefings</Li></ol> <DL> <DT>Introductory School</DT> <DD><ahref= "http://xyq.163.com/mp006.html"Target= "_blank">Dragon Palace</a>, Wu Zhuang view,<ahref= "http://xyq.163.com/mp005.html"Target= "_blank">Temple</a>、<ahref= "http://xyq.163.com/mp013.html"Target= "_blank">Lingbo City</a></DD> </DL></Body></HTML>
Web base, creating Web pages with HTML elements