HTML CSS Reference/HTML Attributes Reference/ch
"ch" Example
<HTML>
<head><Title>Example For ch</Title></head>
<BODY>
<table><tr><td id="myTd" ch=",">Text, Text, Text</td></tr></table>
</BODY>
</HTML>
ch is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<col> <colgroup> |
| |<tbody> <td> |
| |<tfoot> <th> |
| |<thead> <tr> |
+----------------+--------------------------------------------------------------+
"ch" Syntax and Note
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>