<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>