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