Css basic format

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:
css box style
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.
  • Welcome to CSS Syntax [dot] com
    Welcome to our Website ... CSS Syntax com is a website that explains about anything related to web...
    www.csssyntax.com
  • CSS 3 Background Color Opacity
    Everyone knows what RGB stands for (red, green, blue), but what does the A stand for?
    www.csssyntax.com
  • CSS 3 Text Shadow
    Using CSS3, we can create shadow effects on text with very simple syntax
    www.csssyntax.com
  • CSS 3 Box Shadow
    Excess CSS3 is able to make something that can not be done by CSS2
    www.csssyntax.com