Home

Chapter 8: Images in HTML

Topics we are going to learn in this page:

  1. table tag
  2. tr tag
  3. th tag
  4. td tag
  5. tfoot tag
  6. colspan attribute
  7. rowspan attribute

Explantion of the topics:

  1. table

  2. colspan

  3. rowspan



  4. tfoot

    The <tfoot> HTML element encapsulates a set of table rows (<tr> elements), indicating that they comprise the foot of a table with information about the table's columns. This is usually a summary of the columns, e.g., a sum of the given numbers in a column.