From ba57b384b080d06259db755620176b7eed2d6d05 Mon Sep 17 00:00:00 2001 From: Leon Kochetkov Date: Sun, 14 Oct 2018 10:13:52 +0200 Subject: [PATCH] Update index.md (#19007) Fixed tags markup --- client/src/guide/english/html/tables/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/guide/english/html/tables/index.md b/client/src/guide/english/html/tables/index.md index 988624b0e7..d1c1688a4f 100644 --- a/client/src/guide/english/html/tables/index.md +++ b/client/src/guide/english/html/tables/index.md @@ -3,11 +3,11 @@ title: Tables --- ### Defining an HTML Table -An HTML table is defined with the tag. +An HTML table is defined with the `
` tag. -Each table row is defined with the tag. Inside a row there may be table headers or table data. +Each table row is defined with the `` tag. Inside a row there may be table headers or table data. -* A table header is defined with the `, ``, ``, ``, and `` elements in it.
tag. By default, table headings are bold and centered. +* A table header is defined with the `` tag. By default, table headings are bold and centered. * A table data/cell is defined with the tag. A more complex HTML table may also include `
`, `