HTML/CSS/Layout Attributes/align caption legend

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

"align" specifies the alignment of text within the element

   <source lang="html4strict">
   

<HTML> <Title>Example For align</Title> <BODY>

This is the caption text for the table
Cell 1 Cell 2
Cell 3 Cell 4

</BODY> </HTML>


     </source>