@charset "utf-8"; html{ color:#000; background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; p ...
@charset "utf-8";
html{
color:#000;
background:#FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
a {
text-decoration: none;
}
em,
strong,
b,
u,
i{
font-style:normal;
font-weight:normal;
}
ol,
ul {
list-style:none;
}
h1,
h2,
h3{
font-size:100%;
font-weight:normal;
}
input,
textarea,
select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%; /*to enable resizing for IE*/
}
img {
border: 0 none;
}
input {
border: none;
}
.clearfix:after {
content: "";
height: 0;
line-height: 0;
display: block;
clear: both;
visibility: hidden;
}
.clearfix {
zoom: 1;
}
這是我目前總結的關於網站建設初始化的標簽,雖說有欠缺,隨著以後的學習,我會陸續的更新本文檔的。也希望各位路過的大神幫助補充完善。