php - Simples Differences CSS -


this question has answer here:

sorry noob question, difference between:

a.highlight{ color: blue; } 

and

.highlight a{ color: blue; } 

markup:

 <a href="#" class="highlight">link</a> 

?

thanks

a.highlight 

this select anchor class highlight

when:

.highlight 

will select anchor descendant of element class highlight


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -