We use the .setAttribute() method to change attributes of elements on our page.
We can change any element just by grabbing it via the DOM.
We use .querySelectorAll() to select multiple elements at the same time.
We can also grab elements using the id.