Web Analytics Made Easy -
StatCounter Differences between td, tr, th, etc - CodingForum

Announcement

Collapse
No announcement yet.

Differences between td, tr, th, etc

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Differences between td, tr, th, etc

    I did a quickie at google, no results I'm looking for. Do you have a link?


  • #2
    td is a table
    tr is the rows in a table
    th is the columns

    You can't have a column or row without a table. You need at least one row and column in a table.

    Just like you can't have a "title" or "head" without the "html"
    Leonard Whistler

    Comment


    • #3
      table = table.

      tr = table row.

      td = table data. (a cell).
      th = table header. (also a cell but bold and centered).

      is that what you are asking about?

      Comment


      • #4
        The specs

        The link:

        W3C HTML 4.01 - Tables

        Enjoy!
        Regards,
        Ronald.
        ronaldvanderwijden.com

        Comment

        Working...
        X