HTML初始化CSS总结
程序员文章站
2022-03-21 20:39:26
...
记录一下经常用到的淘宝的CSS初始化代码,以方便后续使用。
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; }
上一篇: 关于有默认值的字段在用EF做插入操作时的思考(再续)
下一篇: java类初始化过程
推荐阅读
-
LESS CSS 框架简介_html/css_WEB-ITnose
-
今天遇到了很奇葩的li a的点击问题。_html/css_WEB-ITnose
-
MVC页面的跳转和加载_html/css_WEB-ITnose
-
纯CSS3打造七巧板_html/css_WEB-ITnose
-
IE11浏览器:请不要再叫我IE,谢谢_html/css_WEB-ITnose
-
初探响应式Web设计_html/css_WEB-ITnose
-
关于html css 层级的问题_html/css_WEB-ITnose
-
纯css无缝滚动_html/css_WEB-ITnose
-
关于超级连接_html/css_WEB-ITnose
-
?置了border-collapse后 用col???藏列?,?元格?界?常_html/css_WEB-ITnose