HTML5知识体系
简介、h5语义化标签、经典布局123<!--[if lt IE 9]><script src="js/html5shiv.min.js"></script><![endif]-->
html骨架
经典网页布局
语义化标签 header、nav、main、session、article、aside、figure、footer、mark、progress、hgroup(已废弃)、time、details、bdi、command、summary、rp、rt、ruby
兼容h5标签的插件 html5shiv.min.js
表单
表单类型
text
password
radio
checkbox
button
submit
reset
image
file
hidden
email
color
url
number 、search、range 、tel、time、date、datetime、week、month、datetime-local
表单元素
表单
...