Hello People
I was looking for a way to use the TH tags instead of using TD for column headers. But even after I read all the manuals, user guide, quick start document, I couldn't find a way to do it. Did anyone tried to do this before? Please I will appreciate very much any ideas or solutions that you can suggest me.
THANKS Faith
Example: <html> <body>
<table border="1"> <caption>This is a Table Caption</caption> <tr> <th>This is a Table Header</th> <th>This is a Table Header</th> </tr> <tr> <td>This is a Table Regular Cell</td> <td>This is a Table Regular Cell</td> </tr> <tr> <td>This is a Table Regular Cell</td> <td>This is a Table Regular Cell</td> </tr> </table>
</body> </html>
|
|