zoukankan      html  css  js  c++  java
  • html5,css3

    1.localStorage,可编辑区域,离线站点

    2.drag and drop:dataTransfer,购物车

    3.geolocation地理定位:ip2location.com,gps,蜂窝电话基站的位置进行三角定位,navigator.geolocation

    4.html5文档结构:div元素的滥用,不利于屏幕阅读器的工作; html5布局标记,article,adise,command,details,div(页面中较大的组成部分),figcation,figure,footer,header,hgroup(标题组),mark(代替span),menu,nav,section,summary(包含在detail标签之内),time; 标准属性:accesskey,class,contenteditable,contextmenu,dir,draggable,dropzone,hidden,id,lang,spellcheck,style,tabindex,title

    5.html5新的表单元素和用途:input控件,color,date,datetime,datetime-local,email,month,number,range,search,tel,time,url,week; 属性:autocomplete,autofocus,form,formaction,formenctype,frommethod,formnovalidate,formtarget,Height,list,max,min,pattern,placeholder,required,step,Width

    6.css3分模块:background,font,transformation,animation,user interface; 浏览器前缀:-webkit,-moz,-o,-webkit,-ms

    7.web字体:@font-face,字体的license风险

    8.背景:background-clip,background,

    9.边框

    10.变形transform

    11.过渡transition

    12.动画

  • 相关阅读:
    Vue 项目中 ESlint 配置
    ajax、axios、fetch 对比
    vue 中 axios 使用
    NodeJS 多版本管理(NVM)
    axio 请求中参数是数组
    Python 图片文字识别
    .NET 使用 VLC 播放视频
    Python 常见问题
    SpringBoot(4) SpringBoot热部署
    SpringBoot(3) 文件上传和访问
  • 原文地址:https://www.cnblogs.com/dmdj/p/4974746.html
Copyright © 2011-2022 走看看