aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/learn/html/howto
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/learn/html/howto')
-rw-r--r--files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html3
-rw-r--r--files/pt-br/learn/html/howto/index.html3
-rw-r--r--files/pt-br/learn/html/howto/use_data_attributes/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html
index e693b6fed8..b5bf80270c 100644
--- a/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html
+++ b/files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html
@@ -1,9 +1,10 @@
---
title: Dicas para criar páginas HTML de carregamento rápido
-slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido
+slug: Learn/HTML/Howto/Author_fast-loading_HTML_pages
tags:
- Performance
translation_of: Learn/HTML/Howto/Author_fast-loading_HTML_pages
+original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido
---
<p>Estas dicas são baseadas em conhecimento comum e experimentação.</p>
<p>Uma página web otimizada não apenas provê um site mais responsivo aos visitantes, como também reduz a carga sobre os servidores e a conexão com a Internet. Isso pode ser crucial para sites de grande volume ou sites que tenham um pico de tráfego devido a circunstâncias extraordinárias, como plantões de notícias urgentes.</p>
diff --git a/files/pt-br/learn/html/howto/index.html b/files/pt-br/learn/html/howto/index.html
index 4d64f7d792..9ddbd6516a 100644
--- a/files/pt-br/learn/html/howto/index.html
+++ b/files/pt-br/learn/html/howto/index.html
@@ -1,7 +1,8 @@
---
title: Use HTML para resolver problemas comuns
-slug: Aprender/HTML/como-fazer
+slug: Learn/HTML/Howto
translation_of: Learn/HTML/Howto
+original_slug: Aprender/HTML/como-fazer
---
<div>{{LearnSidebar}}</div>
diff --git a/files/pt-br/learn/html/howto/use_data_attributes/index.html b/files/pt-br/learn/html/howto/use_data_attributes/index.html
index 20daf02206..d1c6154dc1 100644
--- a/files/pt-br/learn/html/howto/use_data_attributes/index.html
+++ b/files/pt-br/learn/html/howto/use_data_attributes/index.html
@@ -1,7 +1,8 @@
---
title: Utilizando data attributes
-slug: Web/Guide/HTML/Using_data_attributes
+slug: Learn/HTML/Howto/Use_data_attributes
translation_of: Learn/HTML/Howto/Use_data_attributes
+original_slug: Web/Guide/HTML/Using_data_attributes
---
<p>O <a href="/en-US/docs/Web/Guide/HTML/HTML5" title="/en-US/docs/Web/Guide/HTML/HTML5">HTML5</a> foi criado pensando na extensibilidade dos dados que precisam ser associados a um determinado elemento mas não necessariamente tem um significado definido.  <a href="/en-US/docs/Web/HTML/Global_attributes#data-*">Atributos data-* </a>nos permite armazenar informações extras em elementos HTML padrões e semânticos, sem a necessidades de hacks como <a href="/en-US/docs/Web/API/Element.classList">classList</a>, atributos fora do padrão, propriedades extras no DOM ou o método depreciado <a href="/en-US/docs/Web/API/Node.setUserData">setUserData</a>.</p>