this tutorial shows how to display table headers
<html>
<body>
<h4>Table Headers</h4>
<table border="1">
<tr>
<th>Name</th>
<th>Telephone</th>
<th>Telephone</th>
</th>
</tr>
<tr>
<th>Bill Gates</th>
<th>123456789</th>
<th>123456789</th>
</th>
</tr>Table Headers
Name Telephone Telephone Bill Gates 123456789 123456789
<html>
<body>
<h4>Vertical headers</h4>
<table border="1">
<tr>
<th>Name</th>
<th>Telephone</th>
<th>Telephone</th>
</th>
</tr>
<tr>
<th>Bill Gates</th>
<th>123456789</th>
<th>123456789</th>
</th>
</tr>
</table>
</body>
</html>
Vertical headers
Name Telephone Telephone Bill Gates 123456789 123456789
April 26, 2009
0 Headings in a Table
Posted by raj on 11:51 PM
0 comments:
Post a Comment