From db267bf1c5a9ea18c778634ec879dd7b975eddc2 Mon Sep 17 00:00:00 2001 From: Cindy Yates Date: Thu, 3 Jan 2019 08:04:26 -0700 Subject: [PATCH] Fixed link to more information (#27183) Fixed link to existing article, added additional resources, minor clarification in text --- guide/english/html/tables/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 `
`, `