读《html5+css3+jqMobile》笔记

  1. html5 新增 <header> <footer> <section> <article> 对SEO有好

  2. <pre> 按照原始排版显示

  3. <sup> 上标 <sub> 下标

  4. <caption> 表格标题

  5. target 属性 在不同窗口显示

  6. 文本框 autofocus 属性 可以自动获取焦点

  7. type=color 选择颜色

  8. type=range vlue=5 min=1 max=10

  9. 只有 Chrome 和 Safari 6 支持 标签。

  10. <video> 标签定义视频,比如电影片段或其他视频流
    MP4 = MPEG 4文件使用 H264 视频编解码器和AAC音频编解码器
    WebM = WebM 文件使用 VP8 视频编解码器和 Vorbis 音频编解码器
    Ogg = Ogg 文件使用 Theora 视频编解码器和 Vorbis音频编解码器
    MP4 video/mp4
    WebM video/webm
    Ogg video/ogg
    https://www.runoob.com/tags/tag-video.html
    https://www.runoob.com/tags/tag-audio.html

  11. Web Storage https://baike.baidu.com/item/web%20storage/9488039?fr=aladdin
    if(typeof(Storage)==“undefined”){
    不支持
    }else{
    Web Storage 代码
    }

  12. @import url(CSS文件路径地址); 在 css引用css

  13. CSS 属性 选择器
    https://www.runoob.com/css/css-attribute-selectors.html

  14. 排版 margin border padding

  15. z-index: 层级关系

  16. body{ cursor: url(…)} 改变鼠标光标样子

  17. jQuery 选择器 https://www.runoob.com/jquery/jquery-selectors.html

  18. jQuery Mobile https://www.runoob.com/jquerymobile/jquerymobile-install.html

  19. `<meta content="width=device-width,initial-scale=1 自适应设备宽度, initial-scale 设备初始缩放比例

  20. 浏览器数据库 IndexedDB http://www.ruanyifeng.com/blog/2018/07/indexeddb.html

  21. 打包成app https://cordova.axuer.com/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值