HTML CSS Reference/HTML Attributes Reference/choff — различия между версиями

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

Текущая версия на 11:20, 26 мая 2010

"choff" Example

   <source lang="html4strict">
   

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

004578

</BODY> </HTML>


     </source>
   
  


choff is applied to

   <source lang="html4strict">

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

     </source>
   
  


"choff" Syntax and Note

   <source lang="html4strict">

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>


     </source>