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 `
`, `