abstract:<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv=&
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>仿淘寶頂部導(dǎo)航</title> <link rel="stylesheet" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <style> *{ margin: 0; padding: 0; } .header { width: 100%; height: 40px; background-color: #F5F5F5; } .content { margin: 0 auto; width: 1200px; height: 40px; line-height: 40px; } .content-left { height: 40px; float: left; } .left-2 { color: #FF5300; } .content-right { height: 40px; float: right; } a { font-size: 12px; color: #6c6c6c; text-decoration: none; margin-left: 8px; } a:hover { color: #FF5300; } .content-a { display:inline-block; width: 80px; height: 40px; text-align: center; } .content-a:hover { background-color: #fff; } </style> </head> <body> <div class="header"> <div class="content"> <div class="content-left"> <a href="" class="content-a">中國大陸 <span class="fa fa-angle-down"></span></a> <a href="" class="left-2">親,請登錄</a> <a href="">免費(fèi)注冊</a> <a href="">手機(jī)淘寶</a> </div> <div class="content-right"> <a href="" class="content-a">我的淘寶 <span class="fa fa-angle-down"></span></a> <a href="">購物車 <span class="fa fa-angle-down"></span></a> <a href="" class="content-a">收藏夾 <span class="fa fa-angle-down"></span></a> <a href="">商品分類</a> <a href="" class="content-a">賣家中心 <span class="fa fa-angle-down"></span></a> <a href="" class="content-a">聯(lián)系客服 <span class="fa fa-angle-down"></span></a> <a href="" class="content-a">網(wǎng)站導(dǎo)航 <span class="fa fa-angle-down"></span></a> </div> </div> </div> </body> </html>
Correcting teacher:查無此人Correction time:2019-01-23 17:19:55
Teacher's summary:作業(yè)完成的不錯(cuò),以后寫代碼,要把代碼縮進(jìn)。繼續(xù)加油。