Showing posts with label introduction of table. Show all posts
Showing posts with label introduction of table. Show all posts

Table tag in blog post

Tuesday, March 11, 2008

Table Tags
Tag Description::
<table> Defines a table
<th> Defines a table header
<tr> Defines a table row
<td> Defines a table cell
<capton> Defines a table caption
<thead> Defines a table head
<tbody> Defines a table body

The <table> tags
The <table> tag defines a table. Inside a <table> tag you can put table headers, table rows, table cells and other tables

Format:
<table><tr><td>..............</td></tr></table>

Show table element inyour blog post(inroduction)

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 tables are very important part of the HTML. And you must learn them nicely.

 
 
 

Followers