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>仿淘宝顶部导航</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="">免费注册</a> <a href="">手机淘宝</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">联系客服 <span class="fa fa-angle-down"></span></a> <a href="" class="content-a">网站导航 <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:作业完成的不错,以后写代码,要把代码缩进。继续加油。