Selectors, Properties, and Values: Basic CSS Concepts
The basic structure of an CSS declaration Every CSS document is composed of many CSS declaration that follow the same syntax. It is of the form: Selector {property: value} Selectors Selectors can be page elements, div elements, or class elements. Page elements can be recognized by the absence of any symbol before the element’s name. [...]
Filed under: CSS, Tutorials on February 25th, 2008 | No Comments »