From 28b935d9dca4bb27b8f53b4f211c004e233f52e4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 10:43:09 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841) --- files/pt-br/learn/html/howto/author_fast-loading_html_pages/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/pt-br/learn/html/howto') 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 02504437b3..5ca21003f1 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 @@ -58,7 +58,7 @@ original_slug: Web/HTML/Dicas_para_criar_páginas_HTML_de_carregamento_rápido <TABLE>...</TABLE> <TABLE>...</TABLE> -

Veja também: Especificações do layout multi-colunas CSS3 e layout de caixas flexíveis CSS3

+

Veja também: Especificações do layout multi-colunas CSS3 e layout de caixas flexíveis CSS3

Especifique tamanhos para imagens e tabelas

Se o browser puder imediatamente determinar a altura e/ou largura de suas imagens e tabelas, ele será capaz de exibir uma página sem ter que recalcular o fluxo do conteúdo. Isso não apenas acelera a exibição da página como previne mudanças irritantes no layout ao finalizar o carregamento. Por essa razão, height e width devem ser especificadas para imagens, sempre que possível.

Tabelas devem usar a combinação CSS selector:property:

-- cgit v1.2.3-54-g00ecf