Dan's Glossary

selector (CSS)
The means of specifying where a rule will be applied. Tags are usually used for this purpose in conjuction with the id and class attributes.
style sheet
The location of one or more CSS rules. Typical locations are in the <style> element in the <head> of an HTML file or in an attached .css file.