Version: Level 1
Compability: IE4+ N4+
| Length | Abbrev. |
|---|---|
| centimeters | cm |
| ems | em |
| inches | in |
| millimeters | mm |
| picas | pc |
| pixels | px |
| points | pt |
The padding-top property allows you to insert padding (space) between the top border and the enclosed text or images. This property is not inherited.
body { padding-top: 25mm; }
body { padding-top: 1.0in; }
body { padding-top: 15pc; }
body { padding-top: 36pt; }
body { padding-top: 11.5%; } <table border="2">
<tr>
<td style="padding-top: 22px;">
top padding
</td>
</tr>
</table>
top padding