Junior JavaScript

What is the difference between padding and margin?

Property Location Affects

Background?

Padding Inside border ✅ Yes

Margin Outside border ❌ No

Example:

div {

Follow me on LinkedIn:

margin: 10px;

padding: 20px;

Key Takeaway:

Padding = inner spacing, Margin = outer spacing.

More from JavaScript Tutorial

All questions for this course