<header>
and
<footer>
elements can be used in
<article>
. Example:
<article>
    <header>
        <h2>some header</h2>
    </header>
    <p> some paragraph</p>
    <p> some other paragraph</p>
    <footer>
        written by Quentin Watt
    </footer>
</article>
by Valeri Tandilashvili
5 years ago
HTML
tags
HTML5 and CSS3 beginners tutorials
2
Pro tip: use ```triple backticks around text``` to write in code fences