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><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Mis Question and answer platform</title></Head><Body><H1>Mis Question and answer platform</H1><H2>2017-2018</H2><P></P><DivID= "Container"style= "width:400px" > <DivID= "header"style= "background-color:red;"><H2Align= "Center"style= "margin-bottom:0;">LOGIN</H2></Div> <DivID= "Content"style= "Background-color:yellow;height:200px;width:400px;float:left;"> <formAction="">Username:<inputtype= "text"name= "User"placeholder= "User name"><BR>Password:<inputtype= "Password"name= "Password"placeholder= "Password"> <BR> <inputtype= "Radio"name= "Role"value= "Stu">Student<inputtype= "Radio"name= "Role"value= "Tea">Teacher<BR> <inputtype= "button"value= "Login"> <inputtype= "button"value= "Cancel"> </form> </Div> <DivID= "Footer"style= "Background-color:red;clear:both;text-align:center;">Copyright @ Hai Li</Div></Div><DivID= "Container"style= "width:400px" > <DivID= "header"style= "Background-color:yellow;"><H2Align= "Center"style= "margin-bottom:0;">SEARCH</H2></Div> <DivID= "Content"style= "Background-color:yellow;height:200px;width:400px;float:left;"> < from> <Select> <option>Options</option> <option>Collection</option> <option>Click to praise</option> <option>Abandon</option> </Select> </form><BR>Related query:<ul> <Li>Inquiry of teaching materials</Li> <Li>Exam Enquiry</Li> </ul> <ol> <Li>Classroom Enquiry</Li> <Li>Professional Course Table Query</Li> </ol> </Div> <DivID= "Footer"style= "Background-color: #C0C0C0; clear:both;text-align:center;">Copyright @ Hai Li</Div></Div><HR> <P>Friendship Link</P> <ahref= "http://www.gzcc.cn/">Guangzhou Business School<BR> <imgsrc= "Http://www.gzcc.cn/2016/images/banner.png"width= "All"Height= "+"alt= "gzcc.cn" ></a></Body></HTML>
:
Web base, creating Web pages with HTML elements