The requirement demands not to use seperate css
so need to get some thing like this
<div style="border:1px solid red;">
<div><a href="#" style="color:blue;">Link</a></div>
<div></div>
</div>
How do we specify a:hover and other pseudo-classes inside a HTML with the stlye="" attribute? :-?
PLEASE HELP
Hrud