How do you write the multiple class in one tag
| Using the following way you can set two classes.
<p class="firstclass secondclass"> it will apply two css class named first and second. |
|
| Using the following way you can set two classes.
<p class="firstclass secondclass"> it will apply two css class named first and second. |
|