There are three main CSS selectors that are used most frequently.
Tag selectors are used to apply a style to HTML tags with the same name
Id selectors are used to apply a style to a single individual HTML element
Class selectors are used to apply a style to a group of similar HTML elements
Knowing when to use each one will be handy later on in applying styles correctly and in programming Javascript