What is the selector syntax to select a tag within an id via the class name? For example, what do I need to select below in order to make the inner \"li\" turn red?
<
.navigationLevel2 li { color: #aa0000 }