一、HTML5 新特新
1、标签语义化: 新增标签header main footer nav aside article section 等
2、新媒体 video audio
3、carvas画布、svg
4、web存储 localStorage\sessionStorage
5、地理定位 Geolocation
6、长连接 Websocket
html
// html基础结构
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML5 页面</title>
</head>
<body>
<header>标题</header>
<main>内容</main>
<footer>底部</footer>
</body>
</html>
二、CSS3 新特新
边框、圆角、渐变、过渡、动画、媒体查询、弹性盒子布局、2D\3D