码迷,mamicode.com
首页 > Web开发 > 详细

我写的百度网页

时间:2016-07-08 21:30:35      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>lianxi</title>
    <style>
        .ss{
            text-align: right;
            font-size: 12px;
        }
        #lg,#bt{
            text-align: center;
        }
        #xw,#bk{
            text-align: center;
            font-size: 15px;
        }
        #kg{
            height: 120px;
        }
        #zy,#tg{
            text-align: center;
            font-size: 12px;
        }
        #bd{
            text-align:center;
            font-size: 12px;
            color: #7777cc;    
        }
        #bd a{
            text-align: center;
            font-size: 12px;
            color: #7777cc;
        }
    </style>
</head>
<body>
    <div class="ss">
        <a href="">搜索设置</a>
        <span>|</span>
        <a href="">登录</a>
        <a href="">注册</a>
    </div>
    <div id="lg">
        <img src="logo.png" alt="">
    </div>
    <div id="xw">
        <a href="">新闻</a>
        <span>网页</span>
        <a href="">贴吧</a>
        <a href="">知道</a>
        <a href="">MP3</a>
        <a href="">图片</a>
        <a href="">视频</a>
        <a href="">地图</a>
    </div>
    <div id="bt">
        <span>&nbsp;&nbsp;&nbsp;</span>
        <input type="text" style="width:400px;height:25px;">
        <input type="button" value="百度一下" style="height:25px;">
    </div>
    <div>&nbsp;</div>
    <div>&nbsp;</div>
    <div id="bk">
        <a href="">百科</a>
        <a href="">文库</a>
        <a href="">hao123</a>
        <span>|</span>
        <a href="">更多》</a>
    </div>
    <div id="kg">&nbsp;</div>
    <div id="zy">
        <a href="">把百度设为主页</a>
        <a href="">把百度添加到桌面</a>
    </div>
    <div>&nbsp;</div>
    <div id="tg">
        <a href="">加入百度推广</a>
        <span>|</span>
        <a href="">搜索风云榜</a>
        <span>|</span>
        <a href="">关于百度</a>
        <span>|</span>
        <a href="">About Baidu</a>
    </div>
    <div>&nbsp;</div>
    <div id="bd">
        <span>@2012 Baidu</span>
        <a href="">使用百度前必读</a>
        <a href="">京IPC证030173号</a>
    </div>

</body>
</html>

技术分享

我写的百度网页

标签:

原文地址:http://www.cnblogs.com/fw02111108/p/5654494.html

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