denotes the header within the body of the HTML page.
<footer></footer>
denotes the footer within the body of the HTML page.
<article></article>
denotes a part of the body of the page that is a discrete unit.
You can determine what constitutes an "article" on your page, but try to be consistent--
for example, every time you add an h1, that might be the start of a new article.
<section></section>
denotes a part of the body of the page that is a discrete unit. Typicall, sections
are contained within articles, as sub-parts of articles.
You can determine what constitutes a "section" on your page, but try to be consistent.
for example, every time you add an h1, that might be the start of a new article.
<article></article>
denotes the part of the body of the page that is a discrete unit.
You can determine what constitutes an "article" on your page, but try to be consistent--