Monday 28 April 2014

How to apply 2 different css to one html tag

let's say you already have 2 different css custom class defined in your code and you need to apply both of them to a html tag you can use both of them like this:

<P class="myFirstClass mySecondClass"> </p>

No comments:

Post a Comment