Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML
Website builder

CSS padding-left

Also see the full, alphabetical list of CSS properties


The CSS padding-left property is used to apply padding to the left side of an element.

CSS padding is kind of the CSS equivilent to CELLPADDING in HTML (however, CSS padding is more powerful - it can be applied to any element, not just table cells, and as you can see here, a different padding value can be applied to any side you wish).

To apply the CSS padding property to table cells you need to apply padding at the cell level (i.e. you style the TD tag - not the TABLE tag).

Also see CSS padding, CSS padding-right, CSS padding-top and CSS padding-bottom

Syntax: padding-left: <value>;
Possible Values:
  • <padding-width>
  • inherit
Initial Value: 0
Applies to: All elements.
Inherited: No
Media: Visual
Example: td { padding-left:50px; }
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this page?

  1. Add this page to your Favorites
  2. Link to this page (copy/paste into your own website or blog):
  3. Link to Quackit using one of these banner ads.

Thanks for supporting Quackit!