HTML/CSS/Table Attributes/valign

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

"valign" defines the vertical alignment of text within the table cell or other element

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For valign</Title> </head> <BODY>

This is the caption for this table.
Cell 1 Cell 2
Cell 3 Cell 4

</BODY> </HTML>


     </source>