HTML CSS Reference/HTML Attributes Reference/ch

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

"ch" Example

   <source lang="html4strict">
   

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

Text, Text, Text

</BODY> </HTML>


     </source>
   
  


ch is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<col> <colgroup> | | |<tbody> <td> | | |<tfoot> <th> | | |<thead> <tr> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"ch" Syntax and Note

   <source lang="html4strict">

Note:

This attribute replaces the char attribute proposed by the W3C. The value of ch is a character that specifies the alignment of subsequent text. This is usually used when displaying monetary values.

Syntax:

<element ch="value"> . . . </element>


     </source>