Friday, November 27, 2009


Table Elements

Tables consist of the
element as well as other table-related elements. These other elements are nested inside the
tags to determine how the table is constructed. The children of a
element must be, in order:
  1. Zero or one
elements
  • Zero or one
  • elements
  • Zero or one
  • elements (but only if the last element in the table is not a element)
  • Either:
    • Zero or more
    elements, or
  • One or more
  • elements (these represent the table rows)
  • Zero or one
  • elements (but only if there are no other elements in the document) Each element represents a row in the table. A row can have one or more
    elements
  • Zero or one
  • or
    elements, which determine the columns in the table. Specifically,
    represents table data and
    represents a table header.

    No comments:

    Post a Comment