From 9a9cad0f764a6595df6ed54052372a6290d587ad Mon Sep 17 00:00:00 2001
From: Paranoid17 <44557529+Paranoid17@users.noreply.github.com>
Date: Fri, 16 Aug 2019 18:42:53 +0000
Subject: [PATCH] Minor changes to index.md (#32311)
Changed the "A" tag titles, in portuguese it was mostly wrong, in a certain point it was translated to "onde day" due to the similarities to german.
---
guide/portuguese/html/elements/a-tag/index.md | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/guide/portuguese/html/elements/a-tag/index.md b/guide/portuguese/html/elements/a-tag/index.md
index 125080a914..436d16f5ad 100644
--- a/guide/portuguese/html/elements/a-tag/index.md
+++ b/guide/portuguese/html/elements/a-tag/index.md
@@ -1,10 +1,10 @@
---
title: A Tag
-localeTitle: Um dia
+localeTitle: Tag "A"
---
-## Uma etiqueta
+## Tag "A"
-A tag `` ou elemento de _âncora_ cria um hiperlink para outra página ou arquivo. Para vincular a uma página ou arquivo diferente, a tag `` também deve conter um atributo `href` , que indica o destino do link.
+A tag `` ou elemento de _âncora_ cria um hiperlink para outra página, arquivo ou elemento. Para vincular a uma página ou arquivo diferente, a tag `` também deve conter um atributo `href`, que indica o destino do link.
O texto entre as tags `` abertura e fechamento se torna o link.
@@ -13,16 +13,14 @@ Por padrão, uma página vinculada é exibida na janela atual do navegador, a me
#### Exemplo:
```html
-
freeCodeCamp
```
-Uma imagem também pode ser transformada em um link, colocando a tag `
` em uma tag `` .
+Uma imagem também pode ser transformada em um link, colocando a tag `
` em uma tag ``.
#### Exemplo:
```html
-
```
@@ -33,7 +31,6 @@ Também é possível determinar o alvo da tag `` . Isso é feito usando o atr
#### Exemplo:
```html
-
freeCodeCamp
```
@@ -43,4 +40,4 @@ Também é possível determinar o alvo da tag `` . Isso é feito usando o atr
* [O elemento HTML : MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a)
* [Uma tag: w3schools](https://www.w3schools.com/tags/tag_a.asp)
-* [Uma tag: htmlreference.io](http://htmlreference.io/element/a/)
\ No newline at end of file
+* [Uma tag: htmlreference.io](http://htmlreference.io/element/a/)