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:
barrettfett
2018-10-25 10:21:28 -04:00
committed by Paul Gamble
parent 70bcacfcff
commit 77d0fc4d20

View File

@ -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 -->