Example how to show table element in your post

Tuesday, March 11, 2008

Have a look at an example which
shows how to display element in your blog
post or any where,
<table border ='1'>
<thead>
<tr>
<td>This text is in the THEAD</td>
</tr>
</thead>
<tfoot>
<tr>
<td>This text is in the TFOOT</td>
</tr>
</tfoot>
<tbody>
<tr>
<td> This text is in the TBODY</td>
</tr>
</tbody>
</table>

Out ut of above example:
Note: we have taken red color for'
displaying output of above table.


This text is in the THEAD
This text is in the TFOOT
This text is in the TBODY

Thus one can show table element in
post or anywhere in blog.

0 comments:

 
 
 

Followers