标签:str 索引 不能 col github bit cti rest 使用
meta title style link scipt base
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<base href="/">
div/section/article/aside/header/footer
p
span/em/strong
table/thead/tbody/tr/td // 表格相关
ul/ol/li/dl/dt/dd // 列表类
a // 链接
form/input/select/textarea/button // 表单
<p> input type="radio" name="radio1" id="radio1-1"> <label for="radio1-1">选项一</label> <input type="radio" name="radio1" id="radio1-2"> <label for="radio1-2">选项一</label> </p>
<body> <section> <h1>Forest elephants</h1>
<section> <h1>Introduction</h1> <p>in this section, we discuss the lesser known forest elephants</p> </section> <section> <h1>Habitat</h1> <p>forest elephants do not live in trees but among them.</p> </section> <aside> <p>adertising block</p> </aside> </section> <footer> <p>(c) 2010 the example company</p> </footer> </body>
1.Forest elephants
1.1 Introduction
1.2 Habitat
1.3 Section(aside)
我们能知道页面的大概结构,html5增加了这么多语义化的标签,就是为了让html的结构更清晰,语义更明显,那么同时他也推出了一份大纲的算法,规定了哪些元素是列入大纲的,用了什么样的方式去做这个大纲
http://h5o.github.io/
1、chrome插件
2、书签,只要把 H5O v0.12.4 拖到书签栏上就可以用了
标签:str 索引 不能 col github bit cti rest 使用
原文地址:https://www.cnblogs.com/wzndkj/p/10258561.html