hello everyone!!!
what is the difference between this two css
p {
color : red;
}
.name p {
color : blue;
}
how do i call this two css so that i can have a two results of p? one is color red and the other is blue.
your help is highly appreciated!!!
thanks in advanced!!!