CSS – part 2

Effectiveness of style sheetsThe display of HTML elements are defined by the Styles sheets e.g. of which would be the font tag and color attribute in HTML 3.2. External CSS files normally do the work of saving these files these external style sheets enable you to morph the layout and appearance of the pages by […]

CSS- Part 1

Before you begin coding CSS you need to have a basic understanding of XHTML/HTML is necessary for beginners
The term CSS means Cascading Style Sheets, these styles determine how the HTML elements are displayed and these style are usually kept in style sheets. Initially styles was an addition to solve a problem in HTML 4.0 and […]