From d9b3fc3346e48568b184dcdeda5aab0ca82336f5 Mon Sep 17 00:00:00 2001 From: Leon Kochetkov Date: Mon, 15 Oct 2018 22:43:43 +0200 Subject: [PATCH] fix: surround tags with code tags (#18847) * Update index.md Fixed tags markup * Update index.md --- client/src/pages/guide/english/html/tables/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/guide/english/html/tables/index.md b/client/src/pages/guide/english/html/tables/index.md index 988624b0e7..b114b61a57 100644 --- a/client/src/pages/guide/english/html/tables/index.md +++ b/client/src/pages/guide/english/html/tables/index.md @@ -3,12 +3,12 @@ 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 data/cell is defined with the tag. +* 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 `
`, `