HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

aside

Description

The aside element for HTML 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

Global

CSS

aside
{
    display: block;
}

Examples

1 · CSS