H5

1、语义化标签

header、footer、aside、nav、section、article

2、表单输入类型

email、url、number、range、Date Pickers、search、color

3、表单属性

autocomplete、placeholder、form

4、视频音频

video、audio

5、画布

canvas

6、伸缩矢量图

svg

7、拖拽属性

draggable

8、事件

resize、input

9、地理定位

Geolocation

10、web存储

sessionStorage和localStorage

11、应用程序缓存application cache

创建cache manifest文件

12、文件通讯协议

websocket

13、文件读取

fileReader

14、类名操作

classlist

CSS3

1、选择器

:nth-child()

:nth-of-type()

:checked

:disabled

2、盒模型

box-sizing

3、背景

background-image、background-size、background-origin

4、渐变

linear-gradient、radial-gradient

5、边框

border-radius、border-image

6、阴影

box-shadow、text-shadow

7、2D/3D转换

transform: translate rotate scale skew

8、过渡

transition

9、动画

keyframes、animation

10、弹性盒子

flex

11、媒体查询

@media

最新文章

  1. bzoj1510: [POI2006]Kra-The Disks(单调栈)
  2. CLR via C# 随记
  3. Spring Tool Suite中的Tomcat启动状态修改java代码保存立刻生效
  4. 相对布局RelativeLayout
  5. gulp-less学习教程
  6. 【转】三十三、Android给ListView设置分割线Divider样式
  7. Xamarin Mono错误: unable to find explicit activity class
  8. 位运算反(~)与(&)异或(^)或(|)右移(>>)左移(<<)
  9. 回调函数的意义以及python实现
  10. Docker 命令(二)
  11. C++ 派生类到基类转换的可访问性
  12. MySQL优化 - 索引优化
  13. Android_内部文件读取
  14. vritualenv虚拟环境迁移
  15. TypeError: Fetch argument 0.484375 has invalid type <class 'numpy.float32'>, must be a string or Tensor. (Can not convert a float32 into a Tensor or Operation.)
  16. 配置IPMI
  17. Go vs .NET Core 2.1
  18. 用grunt进行ES6转换,再用uglify压缩所有js实例
  19. icon图标库记录
  20. 安卓自己定义View进阶-Path基本操作

热门文章

  1. Golang聊天室
  2. HA_Ship Transcation Log 事务日志传送
  3. spring boot2.0
  4. 八、curator recipes之选举主节点LeaderSelector
  5. Rabbit安装(windows)
  6. Freebsd10.3 Nginx多版本PHP
  7. Bookmarklet编写指南
  8. js 数据监听--对象的变化
  9. Git简介、安装与配置
  10. sql 传入参数为逗号分隔的字符串处理方法