HTML/CSS/Table Attributes/ch

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

"ch" is a character that specifies the alignment of subsequent text

   <source lang="html4strict">
   

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

Text, Text, Text

</BODY> </HTML>


     </source>