header在html中是什么意思,header元素和head元素有什么区别
header在html中是什么意思,header元素和head元素有什么区别详细介绍
/* 传统布局CSS */
#header{ width:300px; height:40px; background:#CCC}
/* HTML5布局样式 */
header{ width:400px; height:70px; color:#F00; background:#F5F5F5}
.color-000{ color:#000; background:#666}