HTML/CSS/Layout Attributes/align iframe table

Материал из Web эксперт
Версия от 08:16, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"align" specifies the horizontal alignment of the "table" and "iframe"

    
<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>