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.
Wednesday, April 23, 2008
Blog Element in table
Found this Artical Useful Bookmark this:
Categories
Add Element into table
Subscribe to:
Post Comments (Atom)



No comments:
Post a Comment