Introduction

If you want to display information of some type, like displaying your time table of class, Report Card or want to display information in the form of the tables. Then the Table elements of the HTML is used to display the information in the table form. Now you can do this easily or how easily you can display your information using tables. Information in the table can be displayed in the form of like.
 
S.No.
Name
Class
Age
Address
1
Arun Kumar
12th
20
xyz
2
Neeraj Kumar
10th
18
abc
 
Tables are the simplest form of displaying the data/ information. Using tables we can display the information very easily to the user. Due to its Simplicity in almost all the projects data is displayed using the tables. Project may be made using any application. But most of them uses only tables to display the information.
 
In all most all of the database driven websites we uses the tables to display the information. So tablesare very important part of the HTML. And you must learn them nicely.