View Single Post
Old 09-28-2014, 10:43 PM   #1
Bates John
Registered User
 
Join Date: Sep 2014
Posts: 15
Explain CSS Box Model?

CSS box model is a rectangular space around a HTML element which defines border, padding and margin.

Border: - This defines the maximum area in which the element will be contained. We can make the border visible, invisible, define height and width etc.

Padding: - This defines the spacing between border and element.

Margin: - This defines the spacing between border and any neighboring elements.
__________________
John Bates


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bates John is offline   Reply With Quote