Cleaned up and fixed markdown for the HTML <aside> element in guides (#33300)
This commit is contained in:
@ -3,14 +3,7 @@ title: Aside Tag
|
|||||||
---
|
---
|
||||||
## 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.
|
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 -->
|
|
||||||
|
|
||||||
#### More Information:
|
#### 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)
|
||||||
|
Reference in New Issue
Block a user