selector
In Cascading Style Sheets, the selector is the string used to identify a declared style value. It can be an HTML element or a defined class or ID. The selector is attached to objects on the page, either as an HTML tag or as an attribute of a tag, and it determines what style the HTML elements receive.