随笔分类 -  HTML5

Notification html5 的通知api
摘要:https://developer.mozilla.org/zh-CN/docs/Web/API/notification 使用方法 参数: title: 标题 option: 可选 dir : 文字的方向;它的值可以是 auto(自动), ltr(从左到右), or rtl(从右到左) lang: 阅读全文
posted @ 2018-10-25 11:01 浅唱年华1920 阅读(838) 评论(0) 推荐(0)
HTML5拖动
摘要:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> <style type="text/css"> #div1,#div2{width:350px;height:150px;padding:10 阅读全文
posted @ 2016-02-29 18:03 浅唱年华1920 阅读(248) 评论(0) 推荐(0)