HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML table Tag

HTML table Tag

 

 

The table tag defines an HTML table. It consists of one table tag with multiple tr, th, and td tags. It also has thead and tbody tags.

The tr tag defines a table row.

The th tag defines a table header.

The td tag defines a table cell.

 

Uses of Table Tag:-

 

  • Tables are used for displaying data in tabular form
  • Easily understood by the user
  • Easy to display
  • Can be understood by the less educated users

 

Syntax:-

 

Its syntax is:- < table >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML