Table Header

<html>
<body>
<h3>Table Headers:</h3>
<table border="1">
  <tr> 
            <th>Name</th> 
			<th>Job Title</th>
			<th>Phone No.</th>
  </tr>
  <tr> 
            <td>Simran</td>
			<td>Bank Manager</td>
			<td>0073002220</td>
  </tr>
  </table>
  <h3>Vertical Headers:</h3>
<table border="1">
  <tr> 
            <th>Name</th> 
			<td>Simran</td>
			
  </tr>
  <tr> 
            <th>Job Title</th>
			<td>Bank Manager</td>
			
  </tr>
   <tr> 
            <th>Phone No.</th>
			<td>0073002220</td>
			
  </tr>
  </table>
</body>
</html>

OUTPUT

(Visited 45 times, 1 visits today)
Share with Friends :

Leave a Reply

Your email address will not be published. Required fields are marked *