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>
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>