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

Tables in HTML

Tables

 

 

Tables are defined by using the table tag. Tables are divided into table rows with the tr tag. Table rows are divided into table columns with the td tag.

 

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 Basics

All Sections related to HTML