Definitions for "Class Selector" Add To Word List
Login or Register  | Word Lists | Search History

a stand-alone class to which a specific style is declared
Helpful?           0
a string preceded by a period
Helpful?           0
A syntax for specifying a CSS selector by means of a general purpose, repeatable class attribute of an element. The name of class selectors in style rules is preceded by a full stop or period, ., e.g.: .Condensed{ letter-spacing: 0.1em;
Helpful?           0
In a cascading style sheet's style definition (or style rule), a subset of a selector that controls whether the same selector can be used for slightly different styles in different situations.
Helpful?           0
A means to isolate specific HTML tags for the application of styles by the addition of the CLASS= attribute.
Helpful?           0