1、编写<frameset>框架的代码
<html>
<frameset rows="120,*">
<frame src="./left.html">
<frame src="./right.html">
</frameset>
</html>
2、收集常用的颜色
安全色:background-color:rgb(200,237,204);
肉色:background-color:rgb(243,208,177);
3、超链接去掉下划线
a{
text-decoration:none;
}
4、收集一些备用的Web网址
开源js库的CDN:http://www.bootcdn.cn/
5、一些不常用的html属性
<div draggable="true"></div> 任何元素均可以拖拽
<div contenteditable="true"></div> 任何元素均可以编辑
6、收集一些牛逼的Web 3D动画案例
Heatmap:http://www.hightopo.com/guide/guide/plugin/forcelayout/examples/example_heatmap3d.html