<article>
. There can be more than one article in a single page.<section>
. Such as header, footer etc.<div>
.A <div>
can be part of <section>
tag or <article>
tag. It can also reside inside the <body> if we want to keep a certain content that is part of the page but many not fit in any <section>
or <article>
tag.