Showing posts with label Show Table in your blog post. Show all posts
Showing posts with label Show Table in your blog post. 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>

 
 
 

Followers