HTML之零散知识点记录-1

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



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值