HTML/CSS/Table Attributes/abbr

Материал из Web эксперт
Перейти к: навигация, поиск

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

   <source lang="html4strict">
   

<HTML> <BODY>

Cell 1 content
Cell 2 content Cell 3 content

</BODY> </HTML>


     </source>