Cleaned up and fixed markdown for the HTML <aside> element in guides (#33300)

This commit is contained in:
Ethan
2019-01-18 13:42:52 +11:00
committed by Tom
parent 788a8e87db
commit 1174bd450c

View File

@ -3,14 +3,7 @@ title: Aside Tag
---
## Aside Tag
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.
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 -->
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.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
[Aside element on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside)