diff options
Diffstat (limited to 'files/pt-br/web/html/element/meta')
-rw-r--r-- | files/pt-br/web/html/element/meta/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/meta/index.html b/files/pt-br/web/html/element/meta/index.html index 9d6c0e7f13..8232099cde 100644 --- a/files/pt-br/web/html/element/meta/index.html +++ b/files/pt-br/web/html/element/meta/index.html @@ -38,7 +38,7 @@ translation_of: Web/HTML/Element/meta <h2 id="Atributos">Atributos</h2> -<p>Esse elemento inclui os <a href="/en-US/docs/Web/HTML/Global_attributes">atributos globais</a>.</p> +<p>Esse elemento inclui os <a href="/pt-BR/docs/Web/HTML/Global_attributes">atributos globais</a>.</p> <div class="note"> <p><strong>Nota:</strong> o atributo global {{htmlattrxref("name", "meta")}} tem um significado específico para o elemento {{HTMLElement("meta")}}, e o atributo {{htmlattrxref("itemprop", "meta")}} não deve ser definido no mesmo elemento<code><meta></code> que tem algum desses atributos existentes: {{htmlattrxref("name", "meta")}}, {{htmlattrxref("http-equiv", "meta")}} ou {{htmlattrxref("charset", "meta")}}.</p> |