HTML/CSS/Table Attributes/ch
Версия от 09:21, 26 мая 2010; (обсуждение)
"ch" is a character that specifies the alignment of subsequent text
<HTML>
<head>
<Title>Example For ch</Title>
</head>
<BODY>
<table><tr><td id="myTd" ch=",">Text, Text, Text</td></tr></table>
</BODY>
</HTML>