Register now or log in to join your professional community.
When making a page in HTML & CSS ... Sometimes there is a difference in spacing (Padding or margin) between Internet explorer & the other browsers
How can you fix that ?!!
Margin: defines space between border and other outer elements.
Padding: defines space between border and element content.
This can be fix using CSS Box Model.