Closed oldoc63 closed 2 years ago
The <article>
element holds content that makes sense on its own. <article>
can hold content such as articles, blogs, comments, magazines, etc.
<section>
<h2>Fun Facts About Cricket</h2>
<article>
<p>A single match of cricket can last up to 5 days.</p>
</article>
</section>
<div id="section">
with <section>
and replace the corresponding closing </div>
with a closing </section>
.
<section>
defines elements in a document, such as chapters, headings, or any other area of the document with the same theme.