diff --git a/guide/english/html/tables/index.md b/guide/english/html/tables/index.md index 3a822f1682..feb69a0eb8 100644 --- a/guide/english/html/tables/index.md +++ b/guide/english/html/tables/index.md @@ -8,7 +8,7 @@ An HTML table is defined with the `
` tag. By default, table headings are bold and centered. -* A table data/cell is defined with the ` | ` tag. +* A table data/cell is defined with the ` | ` tag. The cells can contain all types of HTML elements such as text, images, lists, tables, etc.
A more complex HTML table may also include ` |
---|