<aside> Tag in HTML5
Actually, an <aside> HTML tag is used to represent content that is related to the surrounding content within an article or webpage for more understanding you check the below-mentioned example.
Basic Definitions of <aside> Tag
- A <aside> tag is new in HTML5.
- It could be considered separate from that content.
- The type of content is often represented in sidebars.
Example of <aside> HTML Tag
<aside style="color: red;">
<p>Hello! It's first aside tagged paragraph<p>
<p>This is the second aside tagged paragraph<p>
<p>My third aside tagged paragraph<p>
</aside>
Output Look Like
Hello! It's first aside tagged paragraph
This is the second aside-tagged paragraph
My third aside tagged paragraph
Note Point
"An <aside> HTML tag is mostly used to create side menubar in an article in HTML webpage."
Browser's Support of <aside> Tag
- Chrome: 6.0
- Edge: 9.0
- Firefox: 4.0
- Safari:5.0
- Opera: 11.1