In this section, we will define the use and implementation of aside <aside> tag of HTML5. The aside tag is used to show a section of a text that is related to the main content of document. It gives additional information that can improve an article.
Declaration syntax of aside tag in Html5.
| <aside>Content of aside. </aside> |
<!Doctype HTML>
|

Aside <aside > is new in HTML5. It is not available in HTML401.