GeekArticles
Web Programming
CSS
Web Programming
CSSCSS Selectors Tutorial
Tutorial Written By: Bob Selectors A Selector is the definition of a formatting Style that can be applied to a HTML Element. The Selector has three basic parts: Element { Declaration : Value } The Declaration and Value are surrounded by {} braces and the Declaration is separated from the value by a colon : and a space. The Selectors relation to common HTML would be similar to this tag structure that is used to define the color of a font: < font color = orange > Where Font is the Element...n
Sponsored Links
Read Next: CSS Fonts Tutorial
Related Topics
