This website and it's tutorials are only made possible with your support. Support money goes towards keeping our servers online and paying staff members.
The <header> tag is used to define the header of a section or document.
<article>
<header>
<h2>Article Title</h2>
</header>
<footer>
By Dominick.
</footer>
</article>