April 26, 2009

0 Headings in a Table

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















NameTelephoneTelephone
Bill Gates123456789123456789



<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












NameTelephoneTelephone
Bill Gates123456789123456789





0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger