HTML CSS Reference/HTML Attributes Reference/ch

Материал из Web эксперт
Версия от 08:20, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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