Articles tagged: HTML tabular data

Found 10 documents

  • Web/HTML/Element/caption The HTML Table Caption element (caption) specifies the caption (or title) of a table, and if ...
  • Web/HTML/Element/col The HTML col element defines a column within a table and is used for defining common semantics ...
  • Web/HTML/Element/colgroup The HTML colgroup element defines a group of columns within a table.
  • Web/HTML/Element/table The HTML table element represents tabular data — that is, information presented in a ...
  • Web/HTML/Element/tbody The HTML tbody element groups one or more tr elements as the body of a table element.
  • Web/HTML/Element/td The HTML td element defines a cell of a table that contains data. It participates in the table ...
  • Web/HTML/Element/tfoot The HTML tfoot element defines a set of rows summarizing the columns of the table.
  • Web/HTML/Element/th The HTML th element defines a cell as header of a group of table cells. The exact nature of this ...
  • Web/HTML/Element/thead The HTML thead element defines a set of rows defining the head of the columns of the table.
  • Web/HTML/Element/tr The HTML tr element specifies that the markup contained inside the tr block comprises one row of ...