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 <footer> tag defines a footer for a section or document.
<article>
<h2>Article heading</h2>
<p>Some stuff</p>
<footer>
<p>By Dominick.</p>
</footer>
</article>