aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/string/link
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 18:18:30 -0400
committerGitHub <noreply@github.com>2021-08-02 19:18:30 -0300
commitc372556f6b6e736496dce8f62f8ca346496c3e93 (patch)
tree456cb9e9fccfe0d3c2cbb57ed68a774ab69bae28 /files/pt-br/web/javascript/reference/global_objects/string/link
parent1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed (diff)
downloadtranslated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.tar.gz
translated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.tar.bz2
translated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 6) (#1855)
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/string/link')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/string/link/index.html2
1 files changed, 1 insertions, 1 deletions
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
<h2 id="Descrição">Descrição</h2>
-<p>Use o método <code>link()</code> para criar um elemento HTML <code>&lt;a&gt;</code>. A string retornada pode então ser adicionada ao documento por meio de <code><a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/API/Document/write" title="https://wiki.developer.mozilla.org/pt-BR/docs/Web/API/Document/write">document.write()</a></code> ou <code><a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/API/Element/innerHTML">element.innerHTML</a></code>.</p>
+<p>Use o método <code>link()</code> para criar um elemento HTML <code>&lt;a&gt;</code>. A string retornada pode então ser adicionada ao documento por meio de <code><a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/API/Document/write">document.write()</a></code> ou <code><a href="https://wiki.developer.mozilla.org/pt-BR/docs/Web/API/Element/innerHTML">element.innerHTML</a></code>.</p>
<p>Os links criados com o método <code>link()</code> tornam-se elementos na array de links do objeto <code>document</code>. Veja <code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Document/links">document.links</a></code>.</p>