References

Collection of references for web development.

HTML aside tag

Description

The HTML <aside> element represents a section that is related to the content around it in the document. For example, the element could be used for a sidebar.

Example

<aside>
	<p>This would be the content for the aside.</p>
</aside>