工具地址:http://gsnedders.html5.org/outliner/
若内容为:
<article>
<p>I have no heading</p>
</article>
工具会给给出如下报告:
Untitled Section(无标题的节)
注:<blockquote> <body> <details> <fieldset> <figure> <td> 叫做成节的根,它们拥有自己的大纲。但是,这些元素中的节和标题对于它们的祖先的大纲没有任何影响。
HTML5样式化标题 heading(n)
eg:
*:heading(1){font-size:2.5em;} /* a logical <h1> */
*:heading(2){font-size:2em;} /* a logical <h2> */