Fixed link to more information (#27183)
Fixed link to existing article, added additional resources, minor clarification in text
This commit is contained in:
committed by
Christopher McCormack
parent
93c2b68026
commit
db267bf1c5
@ -8,7 +8,7 @@ An HTML table is defined with the `<table>` tag.
|
||||
Each table row is defined with the `<tr>` tag. Inside a row there may be table headers or table data.
|
||||
|
||||
* A table header is defined with the `<th>` tag. By default, table headings are bold and centered.
|
||||
* A table data/cell is defined with the `<td>` tag.
|
||||
* A table data/cell is defined with the `<td>` 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 `<caption>`, `<col>`, `<colgroup>`, `<thead>`, `<tfoot>`, and `<tbody>` 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/)
|
||||
|
Reference in New Issue
Block a user