How to add more than one class in one div

Hi @aricodewibowo04 ,

To assign multiple classes to an html element , include both class names within the quotations of the class attribute and have them separated by a space:

<p class="class1 class2"> </p>