'height' Example : height « HTML Attributes Reference « HTML CSS Reference






'height' Example

    
<HTML>
<head>
<Title>Example For height</Title>
</head>
<BODY>
<table width="450" height="200">
   <tr>
      <th colspan="3" height="80">Header</th>
   </tr>
   <tr>
      <td height="100">Cell 1</td>
   </tr>
</table>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'height' Syntax and Note
2.height is applied to