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. 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. @@ -179,3 +179,5 @@ table, th, td { - [MDN - table](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) - [YouTube - HTML Tables Tutorial](https://www.youtube.com/watch?v=BczLWImAmBk) - [W3C HTML Tables](https://www.w3schools.com/html/html_tables.asp) +- [MDN Article on the HTML <table> tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table) +- [Tables with Multi-level Headers](https://www.w3.org/WAI/tutorials/tables/multi-level/)
` 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 `
`, `