heading1
content1
<html>
<body>
<main>
<article>
<h1>heading1</h1>
<p>content1</p>
</article>
<article>
<h1>heading2</h1>
<p>content2</p>
</article>
</main>
</body>
</html>
The main element represents the primary content of the page.
A live example:
content1
content2
1 of