Search
We can add multiple classes to an element. For this, we need to add the classes, separated by spaces, as the value of the class attribute.
class
In the above code, we have added 2 classes, title and center to the h1 element.
title
center
h1