'abbr' sets the abbreviated text for the cell and replace the cell contents : abbr : Table Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Attributes » abbr »

 

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



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



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Attributes
» abbr