From c372556f6b6e736496dce8f62f8ca346496c3e93 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 18:18:30 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 6) (#1855) --- .../web/javascript/reference/global_objects/string/link/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/web/javascript/reference/global_objects/string/link/index.html') diff --git a/files/pt-br/web/javascript/reference/global_objects/string/link/index.html b/files/pt-br/web/javascript/reference/global_objects/string/link/index.html index f993c6fbd2..92a0962be8 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/link/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/link/index.html @@ -32,7 +32,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/link

Descrição

-

Use o método link() para criar um elemento HTML <a>. A string retornada pode então ser adicionada ao documento por meio de document.write() ou element.innerHTML.

+

Use o método link() para criar um elemento HTML <a>. A string retornada pode então ser adicionada ao documento por meio de document.write() ou element.innerHTML.

Os links criados com o método link() tornam-se elementos na array de links do objeto document. Veja document.links.

-- cgit v1.2.3-54-g00ecf