'ch' is a character that specifies the alignment of subsequent text : td text « Tags « HTML / CSS






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

    
      
        
    
    
  








Related examples in the same category

1.'abbr' sets the abbreviated text for the cell and replace the cell contents
2.td text-align: center; and border
3.Text Indent
4.td text-align: center;
5.td text-align: left;
6.td text-align: right;
7.td text-align: justify;
8.td text-transform: lowercase;
9.td border: thin solid black;text-align: center;font-weight: bold;