Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

HTML tables:How to create HTML Table in webpage and website

HTML TABLE


HTML Tables :We use HTML table
tag to define table in html webpage and website.The HTML table tags also include sub table tags such as for define rows in HTML table we use tag, table  cell header is defined by
tag and tag is used to define column or cell in HTML table.

All HTML table tags are given below:



tag is used to add header or caption to a table.Adding a table caption is very useful  if there a lot's of tables in your web page or website.

Read more »
Table
Table Cell header
Table Rows
Table Cell or Column
Table Header
Table Body
Table Footer
Table Caption

Note:
tag must be put immediately after start tag.


Create a simple table Example:


table border="2px">

   


   


   

table>

NameClass
Hardeep10th
Suraj12th
Html Table tag

HTML Table Caption:


HTML table


This post first appeared on The Code Developer, please read the originial post: here

Share the post

HTML tables:How to create HTML Table in webpage and website

×

Subscribe to The Code Developer

Get updates delivered right to your inbox!

Thank you for your subscription

×