ASIDE
The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content.
SYNTAX
HTML
<aside attribute-name="attribute-value"></aside>
ATTRIBUTES
CSS
aside {
display: block;
}