HTML CSS Reference/HTML Attributes Reference/choff — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
Admin (обсуждение | вклад) м (1 версия) |
(нет различий)
|
Текущая версия на 08:20, 26 мая 2010
"choff" Example
<HTML>
<head><Title>Example For choff</Title></head>
<BODY>
<table>
<tr><td choff=5 dir="rtl">004578</td></tr>
</table>
</BODY>
</HTML>
choff is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<col> <colgroup> |
| |<tbody> <td> |
| |<tfoot> <th> |
| |<thead> <tr> |
+----------------+--------------------------------------------------------------+
"choff" Syntax and Note
Note:
This attribute replaces the charoff attribute proposed by the W3C.
Its value is a decimal number specifying an offset from the beginning of the table cell.
This attribute is used in conjunction with the dir attribute.
dir attribute specifies the direction of the offset.
Syntax:
<element choff="value"> . . . </element>