运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<!doctype html>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
5
<title>百度一下,你就知道</title>
6
<style>
7
html{overflow-y:auto}
8
body{font:12px arial;text-align:center;background:#fff}
9
img{border:0}
10
a{color:#00c}
11
a:active{color:#f60}
12
</style>
13
</head>
14
<body>
15
16
        <div id="m">
17
            <p id="lg">
18
                <img src="http://www.baidu.com/cache/dragon/img/logo_1.gif" width="270" height="129" usemap="#mp">
19
                <map name="mp">
20
                    <area shape="rect" coords="22,17,252,110" href="#" target="_blank" title="" onmousedown="return ns_c({'fm':'behs','tab':'bdlogo'})">
21
                </map>
22
            </p>
23
    </body>
24
    <script src="http://www.baidu.com/cache/dragon/js/dragon2012.js"></script>
25
</body>
26
</html>
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
百度龙年首页中国龙代码
分类
网站常用
描述
龙年春节,百度首页上的中国龙代码,看似简单,实则用到的技术挺复杂,也挺前沿,再些把代码分享给广大前端爱好者,希望您能从中发现奇迹。
收藏