标签: html5 outline
代码:
<section id="sec1"> <h1>header</h1> <p>paragraph</p> <section id="sec2">section</section> <p id="p2">paragraph</p> </section>
问题:文档大纲中的#p2元素在哪里?它属于#sec1还是#sec2?
答案 0 :(得分:1)
它属于#sec1,因为它不在#sec2。