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: html
| NiceCabbage Blog |
| Life, Design, Web Application |
I want to add one more classnames to one HTML tag
It is not so hard, just put all the classnames with separated by spaces, like
<div class="class1 class2 class3"> ... </div>
Tags: html