What is the aside tag in HTML?

About HTML aside tag

It might not be convenient to display supporting content related to the web page’s primary content using normal <p> tags. Therefore, HTML provides an aside tag to display text aside from the main text.

The aside tag supports Global and Event attributes.

Where to use the aside tag

The aside tag can be used to display:

  • Tidbits and fun facts
  • Author details for an article
  • Supporting external links
  • Comments
  • Suggestions

Below is a sample of how to incorporate the aside tag in your code:

Free Resources

Copyright ©2026 Educative, Inc. All rights reserved