Please enable JavaScript to use CodeHS

South Carolina Fundamentals of Web Page Design and Development with Certification Prep

Lesson 4.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