'abbr' sets the abbreviated text for the cell and replace the cell contents : td text « Tags « HTML / CSS






'abbr' sets the abbreviated text for the cell and replace the cell contents

   
    
<HTML>
<BODY>
<table border="1">
   <tr>
      <td abbr="C1"> Cell 1 content </td>
   </tr>
   <tr>
       <td abbr="C2"> Cell 2 content </td>
       <td abbr="C3"> Cell 3 content </td>
   </tr>
</table>
</BODY>
</HTML>
    
      
        
    
    
  








Related examples in the same category

1.'ch' is a character that specifies the alignment of subsequent text
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;