CSS stands for Cascading Style Sheets. With the help of these Cascading Style Sheets it is possible to add new looks and feel to your XHTML document, also the content can be organized in an efficient manner. By using these styles, any webpage design can be re-created to match the designers mock-up file. Only a small change in CSS code will be required for redesigning the style of a newly added page. It should also be noted that it's better to keep the XHTML code and the CSS code separately. Style and Structure should always be kept separate. READ MORE