Hello,
I just want to ask the more experienced designers here how they define their selectors, classes etc... What I mean is when you have for example:
How is better to address the span:Code:<div id="one"> <p class="two"> <span class="three">test</span> </p> </div>
Is there any rule here? I will appreciate if you show me an article about that :*)Code:#one .two span.three{...} .three{...} #one .three{...} and so on..
Thanks in advance.









Bookmarks