'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>