Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Articles tagged: HTML tabular data

Found 10 documents

  • Web/HTML/Element/caption The HTML caption Element (or HTML Table Caption Element) represents the title of a table. Though ...
  • Web/HTML/Element/col The HTML Table Column Element (col) defines a column within a table and is used for defining ...
  • Web/HTML/Element/colgroup The HTML Table Column Group Element (colgroup) defines a group of columns within a table.
  • Web/HTML/Element/table The HTML Table Element (table) represents tabular data - i.e., information expressed via a two ...
  • Web/HTML/Element/tbody The HTML Table Body Element (tbody) defines one or more tr element data-rows to be the body of ...
  • Web/HTML/Element/td The Table cell HTML element (td) defines a cell of a table that contains data. It participates ...
  • Web/HTML/Element/tfoot The HTML Table Foot Element (tfoot) defines a set of rows summarizing the columns of the table.
  • Web/HTML/Element/th The HTML element table header cell th defines a cell as header of a group of table cells. The ...
  • Web/HTML/Element/thead The HTML Table Head Element (thead) defines a set of rows defining the head of the columns of ...
  • Web/HTML/Element/tr The HTML element table row tr defines a row of cells in a table. Those can be a mix of td and th ...