HTML/CSS/Table Attributes/choff

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

"choff" is a decimal number specifying an offset from the beginning of the table cell

    
<HTML>
<head>
<Title>Example For choff</Title>
</head>
<BODY>
<table>
<tr><td choff=5 dir="rtl">004578</td></tr>
</table>
</BODY>
</HTML>