Learn Create Your Own Split Screen

Next Page

It's also valid (and common) for an HTML element to belong to more than once class.

For example, we've made the div now belong to both the happy and yelling class.

<div class= "yelling happy"> Here is a div </div>

Try changing the code so button 2 is both angry and yelling.

Does it matter which order you specify the classes ?