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**.