IF there is a div say
<div class="ref"><contents goes here</div>
How to specify in the css as body of the div .Meaning
<style> .ref body { /* ref body contents goes here*/ } </style>
Can anything like the above be done?
If any one can explain the below also
<style> .a > .bb { } </style>
What does the above mean?
Thanks..