From d2a49084ed548b4f3e85dfa9e87756fddbb26b58 Mon Sep 17 00:00:00 2001 From: carlos fernandez Date: Thu, 22 Nov 2018 02:23:52 -0500 Subject: [PATCH] order of the '' and '' tags (#23029) The order in the table of its child tags (thead , tbody and tfoot) --- guide/english/html/tables/index.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/guide/english/html/tables/index.md b/guide/english/html/tables/index.md index 8cab499a49..ea7b86c4a4 100644 --- a/guide/english/html/tables/index.md +++ b/guide/english/html/tables/index.md @@ -46,12 +46,6 @@ A more complex HTML table may also include ``, ``, ``, ` Amount - - - Apple - 10 - - Peach @@ -62,6 +56,12 @@ A more complex HTML table may also include ``, ``, ``, ` 3 + + + Apple + 10 + + @@ -74,12 +74,6 @@ Result: Amount - - - Apple - 10 - - Peach @@ -90,6 +84,12 @@ Result: 3 + + + Apple + 10 + + ## Adding/Removing table border