Open In App

What is the purpose of the <aside> Element in HTML5?

The <aside> element in HTML5 is used to define content that is tangentially related to the content around it. It is typically used for sidebars, pull quotes, or information that is considered supplementary to the main content of the page.

Syntax:

<aside>
<h1>Contents...</h1>
<p>Contents...</p>
</aside>

Features:

Article Tags :