Added portuguese aside tag explanation (#26457)
* Added aside tag explanation Added the portuguese explanation to the element ASIDE. * Added elements to be in conformity with the rules Added the original title and the more info section on the bottom.
This commit is contained in:
@@ -2,10 +2,29 @@
|
|||||||
title: Aside Tag
|
title: Aside Tag
|
||||||
localeTitle: Além de Tag
|
localeTitle: Além de Tag
|
||||||
---
|
---
|
||||||
## Além de Tag
|
|
||||||
|
|
||||||
Este é um esboço. [Ajude nossa comunidade a expandi-lo](https://github.com/freecodecamp/guides/tree/master/src/pages/html/elements/aside-tag/index.md) .
|
A tag ```<aside>``` faz parte dos elementos de HTML5. Esta serve para definir conteúdo à parte do conteúdo principal.
|
||||||
|
O conteúdo desta tag deve fazer sentido com o resto do conteúdo circundante.
|
||||||
|
|
||||||
|
Uma forma de utilizar esta tag pode ser como um painel lateral de um artigo.
|
||||||
|
|
||||||
|
A estrutura pode ser a seguinte:
|
||||||
|
|
||||||
|
```
|
||||||
|
<DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<article>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<aside>
|
||||||
|
</aside>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
```
|
||||||
|
|
||||||
[Este guia de estilo rápido ajudará a garantir que sua solicitação de recebimento seja aceita](https://github.com/freecodecamp/guides/blob/master/README.md) .
|
|
||||||
|
|
||||||
#### Mais Informações:
|
#### Mais Informações:
|
Reference in New Issue
Block a user