...

/

Challenge: Accessing DOM Elements

Challenge: Accessing DOM Elements

In this lesson, we will learn how to access DOM elements using class names and update class element properties using DOM manipulation. Let's begin!

We'll cover the following...

Challenge

Given the following HTML, find all the elements with the class red, and change their color to blue. The final output should look like the ...