HTML/CSS/Layout Attributes/align caption legend

Материал из Web эксперт
Перейти к: навигация, поиск

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