From 34e002d6242181e5e8923bd77597b3fc4b3b6f50 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 16 Aug 2019 10:38:26 -0300 Subject: [PATCH] Fix versions html table (#28533) --- guide/portuguese/html/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/guide/portuguese/html/index.md b/guide/portuguese/html/index.md index 081c68bce8..0ce29e52ef 100644 --- a/guide/portuguese/html/index.md +++ b/guide/portuguese/html/index.md @@ -52,7 +52,14 @@ p: O elemento define um parágrafo Desde os primeiros dias da web, tem havido muitas versões do HTML -Versão | Ano | | --- | --- | | HTML | 1991 | | HTML 2.0 | 1995 | | HTML 3.2 | 1997 | | HTML 4.01 | 1999 | | XHTML | 2000 | | HTML5 | 2014 | +|Versão|Ano| +|--- |--- | +|HTML|1991| +|HTML 2.0|1995| +|HTML 3.2|1997| +|HTML 4.01|1999| +|XHTML|2000| +|HTML5|2014| #### Outros recursos