HTML practice drills-advanced email login interface and qinghui online mail Management System
Han shunping PHP course --- HTML getting started and practical drills
Note: The following exercise program is only used to learn HTML. Therefore, other la S such as Div + CSS are not used in layout.WeiImplement Dynamic Website response without involving PHP, JSP, and other content. If you have difficulty understanding the HTML knowledge involved, refer to HTML getting started and practical drills.
1. Exercise Program --- HTML-only advanced email login interface
The advanced mail logon interface is as follows:
Program Implementation ideas: Split the image, divide the table area, and then layout the form elements in the table.
Shows the interface layout:
Shows the implementation code:
<! Doctype HTML public "-// W3C // dtd html 4.01 transitional // en" "http://www.w3.org/TR/html4/loose.dtd"> <HTML>
2.html implements the simple online mailbox exercise program for qinghui
Shows the effect of qinghui's simple online mailbox program:
Mailbox Implementation ideas:
Divide the page into five parts, including top, midleft, midright, btmleft, and btmright. Then write the content of different pages respectively. Pay special attention to the implementation of the inbox and waste bin table effects.
The email implementation code is as follows:
<! --All.html --> <HTML>
This section of code: http://download.csdn.net/user/ziyuanxiazai123