Saturday, May 31, 2008

What is the importance of Cascade in CSS?

  1. One doesn't have to declare repeating styles for the child elements. E.g. if body has a font-name style set to Arial, by default all the elements in the HTML document will inherit this property, unless defined separately.

No comments: