![]() |
VOOZH | about |
The HTML <aside> tag defines content that is related to the main content but not part of its primary purpose, often used as a sidebar or highlight.
Note: The <aside> tag supports global and event attributes in HTML. It was introduced in HTML5 and does not have any default styling in browsers, so CSS is required for its presentation.
<aside>
<!-- related or supplementary content -->
</aside>
Example: Using the <aside> tag as a sidebar