I just wanted to know whether we can use tree structured statements in CSS like:
a:hover + ul > li{
.....
}
Can I use these in CSS?
I just wanted to know whether we can use tree structured statements in CSS like:
a:hover + ul > li{
.....
}
Can I use these in CSS?