码迷,mamicode.com
首页 > 其他好文 > 详细

百度首页

时间:2016-07-09 20:54:05      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:

<!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" ">
            &nbsp;&nbsp;&nbsp;&nbsp;
            <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>&copy;20112&nbsp;baidu
            <a href="">使用百度前必读</a>
            <a href="">京CPI证030173号</a>
        </div>
    </div>
</body>
</html>

 

百度首页

标签:

原文地址:http://www.cnblogs.com/guozhenqiangboke/p/5656445.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!