'padding' Example : padding « CSS « HTML / CSS






'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.java2s.com/style/logo.png" 
               height="50" 
               width="50" 
               border="1">
       </td>
   </tr>
</table>
</body>
</html>

    
      
        
    
  








Related examples in the same category

1.Padding with one value
2.Padding with two value
3.Padding with three value
4.Padding with four value
5.padding: 10px
6.padding: 2px 4px 6px 8px;
7.padding: 2px 8px 6px;
8.padding: 2px 8px;
9.padding: 2px;
10.padding: 5px;
11.padding: 1em;
12.padding: 16px;
13.Style sheet for padding example
14.padding: 5px 0 12px 0; for td
15.padding sets the size of the padding surrounding the inner box.
16.how whitespace can make a page much easier to read
17.No padding
18.with padding
19.padding:0.25em; assigns one-quarter of the font size to padding (i.e., font-sizemultiplied by 0.25).
20.Using Container Attributes
21.Use padding shortcut
22.Padding shortcut '10px 0 0 0'
23.Set margin and padding to 0
24.
25.Using padding on a parent element to avoid problems with margin widths
26.margin collapse and nested elements with default padding
27.margin collapse with nested elements padding