HTML and CSS Reference
In-Depth Information
< /article>
<article>
<h1>Blog Article #2 Heading</h1>
<p>Article Content</p>
< /article>
<article>
<h1>Blog Article #3 Heading</h1>
<p>Article Content</p>
< /article>
</section>
On the other hand, a long article, like our sample CV, can contain subsections and follow
this structure:
<article>
<h1>Curriculum Vitae</h1>
<section>
<h2>Personal Info</h2>
<p>Content</p>
</section>
<section>
<h2>Education</h2>
<p>Content</p>
</section>
<section>
<h2>Skills</h2>
<p>Content</p>
</section>
 
Search WWH ::




Custom Search