html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .a1{ text-align: center; } </style> </head> <body> <div class="a1"><img src="img/bd_logo1.png"></div> <p class="123" align="center"><a href="">新闻</a> 网页 <a href="#">贴吧</a> <a href="#">知道</a> <a href="#">音乐</a> <a href="#">图片</a> <a href="#">视频</a> <a href="#">地图</a><br> <input type="text" size="60" name=""> <input type="button" name="baidu" value="百度一下"> </p> <p align="center">问题反馈请<a href="#">发送邮件</a></p> </body> </html> css body{font-size: 12px; font-family: "宋体"; color: #222;} body,h2,ul,li{padding:0;margin:0;list-style: none;} .all{ width: 300px; height: 200px; margin: 20px auto; } .head{ font-size: 12px; color: #fff; height: 30px; line-height: 30px; border-bottom: 5px solid #cc5200; background: #f60 url(../img/title_bg.png)no-repeat 11px 7px; padding-left: 34px; } .content{ padding: 25px 0 0 15px; background: #fff5ee; } .content li{ height: 26px; background: url(../img/li_bg.png)no-repeat left top; padding-left: 22px; } .content li a:link,.content li a:visited{ color: #666; text-decoration: none; } .content li a:hover{ color: #F60; }