aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/element/id
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/api/element/id')
-rw-r--r--files/pt-br/web/api/element/id/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/element/id/index.html b/files/pt-br/web/api/element/id/index.html
index c9b8bfadbc..b6e75a7c9f 100644
--- a/files/pt-br/web/api/element/id/index.html
+++ b/files/pt-br/web/api/element/id/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/Element/id
<div> </div>
-<p>A propriedade <strong><code>Element.id</code></strong> representa o identificador do elemento, refletindo no atributo global <strong><a href="/en-US/docs/Web/HTML/Global_attributes/id">id</a></strong>.</p>
+<p>A propriedade <strong><code>Element.id</code></strong> representa o identificador do elemento, refletindo no atributo global <strong><a href="/pt-BR/docs/Web/HTML/Global_attributes/id">id</a></strong>.</p>
<p>O ID precisa ser único no documento, e geralmente é utilizado para obter o elemento usando {{domxref("document.getElementById", "getElementById")}}.. Outro uso comum de <code>id</code> é utilizar o <a href="/en-US/docs/Web/CSS/ID_selectors" title="Web/CSS/ID_selectors">ID como um seletor</a> ao estilizar o documento com CSS.</p>
@@ -115,5 +115,5 @@ translation_of: Web/API/Element/id
<h2 id="Veja_também">Veja também</h2>
<ul>
- <li>O atributo global <a href="/en-US/docs/Web/HTML/Global_attributes/id"><strong>id</strong></a>.</li>
+ <li>O atributo global <a href="/pt-BR/docs/Web/HTML/Global_attributes/id"><strong>id</strong></a>.</li>
</ul>