You can combine many selectors to create more specific rules. For example
o li selector would select every li element inside an o element. Similarly
ul strong would target all strong elements that are inside ul but not other strong element on the page
To try this out:
- Give all strong elements a lightskyblue background to easily see them
- Now give all strong elements inside unordered list text-decoration: underline