Descendent Selector
↔ Selector for Descendant Element (rel to other Element)
apply style to ul.menu>li>a
ul.menu li a {
text-decoration: underline overline;
}
Descendent Selector
↔ Selector for Descendant Element (rel to other Element)ul.menu li a {
text-decoration: underline overline;
}