'cellpadding' Example : cellpadding « HTML Attributes Reference « HTML CSS Reference






'cellpadding' Example

    
<HTML>
<head><Title>Example For cellpadding</Title></head>
<BODY>
   <table width="542" 
          cellpadding="15">
          <tr>
             <th height="79" colspan="2">This table has cellpadding="15"; </th>
          </tr>
          <tr><td>Cell 1 </td>
              <td>Cell 2 </td>
          </tr>
   </table>
</BODY>
</HTML>  

    
      
      








Related examples in the same category

1.'cellpadding' Syntax and Note
2.cellpadding is applied to