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