two questions now, why can’t we use nav>ul >li >a if it leads to the same thing, and the second question, I tried different variations but it still gives me this error “You should give the a elements inside list items a color property.” even if I write li >a
In theory I agree that when you create this code for yourself there are multiple selectors that would work. For this step though, they said to select all anchors in the li. They didn’t specify that the li had to be a certain descendant element from something else.