Structure Of A CSS Style Sheet
In the last entry we learned how to put a CSS style sheet into a web document, today we will look at the structure of CSS file and how it relates too the HTML file. A CSS Style sheet can have three different types of style blocks in it’s contents. There is a HTML tag block, an ID block and a class block. All of these blocks are identified in different manners in the style sheet.