Aside tag is used to push the content from the main heading. It inserts space i.e. single line breaks in between the title and the content situated next to it.
<aside>
<h1>Title</h1>
Content </aside>
Sample aside contents can be seen in daily newspapers.
Example Code:
Result :
Taj Mahal is a white Marble mausoleum situated at Agra in India.
It reduces the repetitive works of a user. Instead of using "Padding" feature,
user can simply use this tag to push and separate the content from the title.