What is CSS Box model?

May 11, 2010 by satz  
Filed under CSS, HTML, XHTML

CSS Box model Explained

The knowledge of CSS box model is very much important for anyone who aspire to learn CSS or HTML. What is CSS box model is frequent question among the newbie web developers.

According to the W3C candidate recommendation, the CSS box model describes the rectangular boxes that are generated for elements in the document tree and laid out according to the visual formatting model.

Read more

Block and Inline Elements in HTML – HTML,CSS tutorial

August 30, 2009 by satz  
Filed under CSS, HTML

It is very much important for a web developer to know the characteristics of each elements in HTML. This article briefly explains the difference between the Block elements and the Inline elements in HTML.

Read more

Comparison between CSS Padding and CSS margin Properties

June 1, 2009 by satz  
Filed under CSS

CSS Padding Properties:

The CSS padding properties define the space between the element border and the element content. Remember, Negative values are not allowed while specifying padding values.

The possible usages are as follows (sample values are given): Read more

Next Page »