Table

Home » Table
Wikis > Table
The <table> tag defines an HTML table.

An HTML table consists of the <table> element and one or more <tr>, <th>, and <td> elements.

  • <tr> a table row
  • <th> a table header
  • <td>  a table cell.

 

A more complex HTML table may also include:

  • <caption>
  • <colgroup> column group
  • <col> column properties within a <colgroup>
  • <thead> table head
  • <tfoot> table footer
  • <tbody> table body
Category: Tags: