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