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 <aside> tag is used to define content aside from the content it's placed in. This tag is new in HTML5.
<p>I bought an Xbox One!</p>
<aside>
<h2>Xbox One</h2>
<p>The Xbox One is a popular gaming console.</p>
</aside>