Using multiple classes within one selector
HTML allows you to add multiple classes to an HTML element. For example you can add two classes in to an <h1> .
Two different classes are written within the same attribute with spaces separating each class as above image shows.
The advantage of using...