Table in Html

In this chapter we learn about the tables in html tables are commonly used in the websites and also we see in our daily life there are many usage of table.

Table is used to represent different type of data and we also used table for the comparisons of things. A table consists of rows and columns.

In html 5 a table is consists of 6 parts :-

  • Table tag that shows a table is started
  • Table head tag that show table heads
  • Table body tag that describes all the data of table
  • Table row tag which shows table row is started
  • Table data or table column tag in which data is written
  • Table footer tag which explains table footer is used