Home Contact Us
Search On Bloggerfast
Google

Wednesday, April 23, 2008

Blog Element in table

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.

Subscribe in a reader

Found this Artical Useful Bookmark this:

Bookmark and Share ;

No comments: