Aside Tag Details (#21038)
* Aside Tag Details Basic details of <aside> and link to more info in MDN docs * Update index.md
This commit is contained in:
@ -3,9 +3,12 @@ title: Aside Tag
|
||||
---
|
||||
## Aside Tag
|
||||
|
||||
This is a stub. <a href='https://github.com/freecodecamp/guides/tree/master/src/pages/html/elements/aside-tag/index.md' target='_blank' rel='nofollow'>Help our community expand it</a>.
|
||||
The ```<aside>``` tag is used to denote the part of the document that only indirectly applies to the main part of the document. It is often used for sidebar content.
|
||||
|
||||
<a href='https://github.com/freecodecamp/guides/blob/master/README.md' target='_blank' rel='nofollow'>This quick style guide will help ensure your pull request gets accepted</a>.
|
||||
More Information:
|
||||
```html
|
||||
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside
|
||||
```
|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
|
||||
|
Reference in New Issue
Block a user