Please enable JavaScript to use CodeHS

Florida Advanced Information Technology

Lesson 9.4 CSS Select by ID

Description

Using CSS to select an element by ID helps to select a single element to format on a webpage. This is helpful when there is a need to be very specific in applying the CSS rules for the webpage.


Objective

Students will be able to:

  • Use CSS Selectors by ID to select a single element to format on a webpage