|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
Resig在2008年在其博客中介绍过HTML5的data-属性,现如今HTML5在如火如荼地推广,似乎国内的技术有些延迟,这篇博文可以在这里找到。html,address,
blockquote,
body,dd,div,
dl,dt,fieldset,form,
frame,frameset,
h1,h2,h3,h4,
h5,h6,noframes,
ol,p,ul,center,
dir,hr,menu,pre{display:block}
li{display:list-item}
head{display:none}
table{display:table}
tr{display:table-row}
thead{display:table-header-group}
tbody{display:table-row-group}
tfoot{display:table-footer-group}
col{display:table-column}
colgroup{display:table-column-group}
td,th{display:table-cell;}
caption{display:table-caption}
th{font-weight:bolder;text-align:center}
caption{text-align:center}
body{margin:8px;line-height:1.12}
h1{font-size:2em;margin:.67em0}
h2{font-size:1.5em;margin:.75em0}
h3{font-size:1.17em;margin:.83em0}
h4,p,
blockquote,ul,
fieldset,form,
ol,dl,dir,
menu{margin:1.12em0}
h5{font-size:.83em;margin:1.5em0}
h6{font-size:.75em;margin:1.67em0}
h1,h2,h3,h4,
h5,h6,b,
strong{font-weight:bolder}
blockquote{margin-left:40px;margin-right:40px}
i,cite,em,
var,address{font-style:italic}
pre,tt,code,
kbd,samp{font-family:monospace}
pre{white-space:pre}
button,textarea,
input,object,
select{display:inline-block;}
big{font-size:1.17em}
small,sub,sup{font-size:.83em}
sub
12下一页
HTML5开发的网页文档类型极其简单,就够了,记得5年前还在反复跟团队强调使用XHTML那段冗长的文档类型声明. |
|