HTML/CSS/Table Attributes/cellpadding

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

"cellpadding" sets the empty width between a cell"s border and its content

   <source lang="html4strict">
   

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

This table has cellpadding="15";
Cell 1 Cell 2

</BODY> </HTML>


     </source>