From 7bc6744472098eaaea483f07b30c93460ab34f5f Mon Sep 17 00:00:00 2001 From: "Luiz Fernando F. G. Valle" Date: Sun, 7 Nov 2021 09:48:10 -0300 Subject: [pt-BR] Anchors to /Global_attributes now point to pt-BR (#2990) Only when suitable, i.e. sections written in Portuguese. No unrelated changes, but some minimal fixes have been applied to the same line in some cases. --- files/pt-br/web/api/element/id/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/api/element') 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
 
-

A propriedade Element.id representa o identificador do elemento, refletindo no atributo global id.

+

A propriedade Element.id representa o identificador do elemento, refletindo no atributo global id.

O ID precisa ser único no documento, e geralmente é utilizado para obter o elemento usando {{domxref("document.getElementById", "getElementById")}}.. Outro uso comum de id é utilizar o ID como um seletor ao estilizar o documento com CSS.

@@ -115,5 +115,5 @@ translation_of: Web/API/Element/id

Veja também

-- cgit v1.2.3-54-g00ecf