2.2 CSS Selectors

Read: In this module, you will learn about CSS selectors and how they are used. CSS selectors are used to select which HTML elements are going to be styled by the CSS property values. Depending on the selector you choose, the HTML elements can be selected through many different ways such as their id, class, or attribute. Please read the following article from W3Schools, which gives an more detailed explanation on each of the selectors available: CSS Selectors