CSS based design
CSS Or Cascading Style Sheet has become a buzzword in today’s web world. People even without knowing much about CSS demands their websites to become CSS based. But why is CSS required?
The primary advantage of CSS is that it uses the class concept. So, once you declare a class, it gets automatically replicated on all the relevant pages as well as any change in any of the declared class in CSS will affect all the web pages, which have instantiated that class. So, the concept of reuse becomes highly pertinent as well as advantageous also.
People adapt some peculiar ways for CSS. Like, web page is designed say using dreamweaver, the classes created by that software is grouped together and placed in another document with an extension of .CSS. We call it a quack method.
What one needs to do is to frame the entire design in the beginning and then declare the required classes. Dont worry! You can change the color, font or anything of that class at any point of time.