-
html5 新增
<header>
<footer>
<section>
<article>
对SEO有好 -
<pre>
按照原始排版显示 -
<sup>
上标<sub>
下标 -
<caption>
表格标题 -
target 属性 在不同窗口显示
-
文本框 autofocus 属性 可以自动获取焦点
-
type=color 选择颜色
-
type=range vlue=5 min=1 max=10
-
只有 Chrome 和 Safari 6 支持 标签。
-
<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 -
Web Storage https://baike.baidu.com/item/web%20storage/9488039?fr=aladdin
if(typeof(Storage)==“undefined”){
不支持
}else{
Web Storage 代码
} -
@import url(CSS文件路径地址); 在 css引用css
-
CSS 属性 选择器
https://www.runoob.com/css/css-attribute-selectors.html -
排版 margin border padding
-
z-index: 层级关系
-
body{ cursor: url(…)} 改变鼠标光标样子
-
jQuery 选择器 https://www.runoob.com/jquery/jquery-selectors.html
-
jQuery Mobile https://www.runoob.com/jquerymobile/jquerymobile-install.html
-
`<meta content="width=device-width,initial-scale=1 自适应设备宽度, initial-scale 设备初始缩放比例
-
浏览器数据库 IndexedDB http://www.ruanyifeng.com/blog/2018/07/indexeddb.html
-
打包成app https://cordova.axuer.com/