abstract:<!DOCTYPE html> <html> <head> <meta charset="utf-8"> &
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> header{width: 100%; border-bottom: 3px solid #FF0000; padding: 10px 0px; display: inline-block;} section{width: 1200px; margin: 0px auto;} div{float: left; height: 60px; width: 120px; background: #ddd; } nav{ float: right;} a{ float: left; padding: 0px 20px; text-decoration: none; line-height: 60px; } a:hover{color: #ff0000; font-weight: 600;} </style> </head> <body> <header> <section> <div>這里是logo</div> <nav> <a href="">首頁</a> <a href="">關于我們</a> <a href="">產(chǎn)品案例</a> <a href="">新聞動態(tài)</a> <a href="">聯(lián)系我們</a> </nav> </section> </header> </body> </html>
Correcting teacher:西門大官人Correction time:2019-04-09 10:27:46
Teacher's summary:代碼結構很清晰,最好能上傳一下程序的去運行效果圖