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






'valign' Example

    
<HTML>
<head><Title>Example For valign</Title></head>
<BODY>
<table width="200" border="8">
   <caption valign="bottom" style="color:red;">This is the caption for this table.</caption>
   <tr>
      <td>Cell 1</td>
      <td>Cell 2</td>
   </tr>
   <tr>
      <td>Cell 3</td>
      <td>Cell 4</td>
   </tr>
</table>
</BODY>
</HTML>
    
      
      








Related examples in the same category

1.'valign' Syntax and Note
2.valign Possible Values
3.valign is applied to