Red Delicious
These bright red apples are the most common found in many supermarkets.
...
...
main element represents the dominant contents of the document.
main element that does not have the
hidden attribute specified
main
element is one whose ancestor elements are limited to
htmlbodydivform
<main>
<h1>Apples</h1>
<p>The apple is the pomaceous fruit of the apple tree</p>
<article>
<h2>Red Delicious</h2>
<p>These bright red apples are the most common found in many
supermarkets</p>
<p>... </p>
<p>... </p>
</article>
<article>
<h2>Granny Smith</h2>
<p>These juicy, green apples make a great filling for
apple pies.</p>
<p>... </p>
<p>... </p>
</article>
</main>
The apple is the pomaceous fruit of the apple tree.
These bright red apples are the most common found in many supermarkets.
...
...
These juicy, green apples make a great filling for apple pies
...
...