'align' Example : align iframe table « HTML Attributes Reference « HTML CSS Reference






'align' Example

    

<HTML>
<Title>Example For align</Title>
<BODY>
<table border="1" align="center">
   <tr>
      <td>Cell 1 content</td>
      <td>Cell 2 content</td>
      <td>Cell 3 content</td>
   </tr>
</table>
</BODY>
</HTML>


    
      
      








Related examples in the same category

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