CSS Attributes
Class and ID Classes let you create grouping schemes among styled HTML tags by adding the style definition of a particular class to the style definitions of several different tags. In the stylesheet, a class name is preceded by a period (.) to identify it as such: .foo {property 1:value 1; property 2:value 2} A […]