我编写了一个 HTML5 文章列表。我一直在寻找这是否是使用新的 HTML5 语义标签的正确方法,但我仍然不确定。这个标记在使用语义方面是否正确?
<section>
<article>
<h2>Article</h2>
<p>Description of article</p>
</article>
<article>
<h2>Article</h2>
<p>Description of article</p>
</article>
<article>
<h2>Article</h2>
<p>Description of article</p>
</article>
</section>