Search
Categories
Ad

More Than One Classname to one HTML Tag

Problem:

I want to add one more classnames to one HTML tag

Solution:

It is not so hard, just put all the classnames with separated by spaces, like

<div class="class1 class2 class3"> ... </div>

Tags:

Leave a Reply