淘宝官网(http://www.taobao.com/)样式初始化

 body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

腾讯QQ官网(http://www.qq.com)样式初始化

 body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#2d374b;text-decoration:none}
a:hover{color:#cd0200;text-decoration:underline}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}

网易官网(http://www.163.com/)样式初始化

 html {overflow-y:scroll;}
body {margin:0; padding:29px00; font:12px"\5B8B\4F53",sans-serif;background:#ffffff;} div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;} address,cite,code,em,th {font-weight:normal; font-style:normal;}

最简单的 css初始化方式   可以用*代替

 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }

最新文章

  1. CSS 3学习——transform 2D转换
  2. 【夯实PHP基础】php开发时遇到白页的调试方法
  3. css-IE中的border-radius和box-shadow
  4. wp8 入门到精通 Utilities类 本地存储+异步
  5. Android Launcher分析和修改13——实现Launcher编辑模式(1) 壁纸更换
  6. paper 54 :图像频率的理解
  7. (转)TeamCity配置笔记
  8. C++中delete和 delete[]的区别
  9. Docker运行 Mono
  10. 格式化一个文件的大小(size),或者说是格式化一个app的大小(size)
  11. iOS - MFi 认证
  12. 在linux下如何使用yum查看安装了哪些软件包
  13. 搭建 structs2 环境
  14. LeetCode算法题-Repeated String Match(Java实现)
  15. C# FTP操作报550错误
  16. 从零开始搭建高性能高可用Tomcat服务器
  17. 剑指Offer 25. 复杂链表的复制 (链表)
  18. [leetcode]38. Count and Say数数
  19. [Shapefile C Library]读写shp图形(C++&.net Wapper)
  20. C语言版本:单链表的实现(优化版本)

热门文章

  1. Linux中的FTP服务
  2. perl学习之:@_ $_
  3. 《C/C++工程师综合练习卷》
  4. python基础——2(基本数据类型及运算符)
  5. python mock模块使用(二)
  6. 大数据学习——flume日志分类采集汇总
  7. python蛋疼的编码decode、encode、unicode、str、byte的问题都在这了
  8. 字典树模板题 POJ 2503
  9. [luoguP1947] 笨笨当粉刷匠_NOI导刊2011提高(10)(DP)
  10. 【网络流】codeforces C. Heidi and Library (hard)