What is the basic css formatting?
If you look really carefully HTML translation results in the browser is shaped box, inside the box can be divided into several areas such as Content, Padding, Border, and Margin.
From each of these areas can be formatted by using CSS style.
To clarify what the above of CSS format, see the illustration below:

Description:
- In the most central area called the Content,
Content can be either text or image, is also a combination of Text and Image. - Padding, Padding separates content with the Border.
- Outside Padding, called the Border,
Border is the line than the content in between the padding and margins. - The most outer area called the Margin,
The margin between the border and separates the outer side.
