What if we have multiple HTML elements but, this time, want to select a bunch of particular elements? Let's make use of the class attribute!

Fantastic! With the class attribute, we create a hook for multiple HTML elements. Let's find out how we can make use of it!

Didn't we say there can't be more than a single HTML element with the same ID?