'padding' Example : padding : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » padding »

 

'padding' Example



    
<html>
<body>
<p>The image below has an all-around padding of 30px.</p>
<table>
   <tr>
       <td style="padding='30 30 30 30'">
          <img src="http://www.navioo.com/style/logo.png" 
               height="50" 
               width="50" 
               border="1">
       </td>
   </tr>
</table>
</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» padding