标签:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>百度制作4</title> <style> #a1{ text-align:right; font-weight: bold; font-size: 12px; font:solid bold 12px "宋体",Arail,Tabhoma,sans-serif; } a{ color: blue; } #a2{ text-align: center; } .b1{ color: black; } #a2 .b2{ height: 80px; } #a2 .b3{ width:380px;height:20px; } #a2 .b4{ height:28px; } #a3{ text-align:center;height:150px; } #a4{ text-align:center;height:20px; font-size:12px; } </style> </head> <body> <div id="a1"> <span> <a href="">搜索摄者</a> | <a href="">登录</a> <a href="">注册</a> </span> </div> <div id="a2"> <img src="img/百度.png" alt=""><br> <a href="">新闻</a> <a class="b1" href="">网页</a> <a href="">贴图</a> <a href="">贴图</a> <a href="">知道</a> <a href="">MP3</a> <a href="">图片</a> <a href="">视频</a> <a href="">地图</a><br> <div class="b2" "> <input class="b3" type="text"> <input class="b4" type="button" value="百度一下"> </div> </div> <div id="a3"> <a href="">百科</a> <a href="">文库</a> <a href="">hao123</a> <a href="">更多》</a> </div> <div id="a4"> <p> <a href="">把百度设为主页</a> <a href="">把百度设定为主页<b</a> </p> <p> <a href="">加入百度推广</a> <a href="">探索风云榜</a> <a href="">关于百度</a> <a href="">About baidu</a> </p> <div>©20112 baidu <a href="">使用百度前必读</a> <a href="">京CPI证030173号</a> </div> </div> </body> </html>
标签:
原文地址:http://www.cnblogs.com/guozhenqiangboke/p/5656445.html