HTML/CSS/Table Attributes/ch
"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>
<HTML>
<head>
<Title>Example For ch</Title>
</head>
<BODY>
<table><tr><td id="myTd" ch=",">Text, Text, Text</td></tr></table>
</BODY>
</HTML>