asp.net.ph

Skip Navigation Links

ASIDE Element | ASIDE Object

Language References


Indicates content loosely related to the page content.HTML 5

HTML Syntax

Remarks

The ASIDE element represents a section of a web page that encloses content which is superficially relevant to the main content.

It may be used to display some other content indirectly related to, or aside from, the content it is placed in.

Attributes

The <aside> element has no attribute of its own, but supports global attributes common to all HTML elements.

NOTE: Both start and end tags are required.

Example

The following example shows how the <aside> element may be used.

<p>Cape Town is the legislative capital of South Africa, 
   and is the country’s oldest and second-largest city, after Johannesburg. </p>

<aside>
   <p class=indent>The city is part of the City of Cape Town metropolitan municipality. </p>
</aside>

which would render on a Web page as follows:

Cape Town is the legislative capital of South Africa, and is the country’s oldest and second-largest city, after Johannesburg.

See Also



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note