html 各个标签初始化

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 各个标签初始化相关的知识,希望对你有一定的参考价值。

html,body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,span,input{
  margin:0;padding:0;
}
body{font:12px/1.5em "宋体",arial; color:#3c3c3c;}
h1,h2,h3,h4,h5,h6{font-size::100%;}
img{border:0;display:block;}
ul,ol{list-style::none;}
a{text-decoration:none;color:#fff;
a:hover{text-decoration:underline;}
.clearfix:after{content:"";display:block;height:0;visibility:hidden;clear:both;}
.clearfix{zoom:1;}

以上是关于html 各个标签初始化的主要内容,如果未能解决你的问题,请参考以下文章

如何在 ExtJs 中单击 TabPanel 中的 Tab 菜单时初始化各个选项卡数据?

Java类中各个成员初始化顺序

自学html-four(css初始化及html语义标签 -> h标签 p标签 img标签 有序列表 无序列表 表格 超链接)

html初始化页面和a标签无下划线

Twitter Bootstrap html 标签如何工作?

python学习点滴记录-Day22