HTML/CSS/Table Attributes/cellspacing

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

"cellspacing" sets the width of the empty space between cells in a table

   <source lang="html4strict">
   

<HTML> <head> <Title>Example For cellspacing</Title> </head> <BODY>

This table has cellSpacing="15"
Cell 1 Cell 2 content Loooooooooooooooooooooooooooooooooong

</BODY> </HTML>


     </source>