Detailed Learning of CSS Structure and Rules for Web Page Creation

by agu567 on 2008-08-15 17:48:28

Basic Grammar Rules Selectors Any HTML element can be a selector in CSS1. A selector simply points to the specific elements to which a style should be applied. For example, in **P { text-indent: 3em }**, the selector is **P**.