标签: css
我正在尝试在div #navbar中设置所有ul并且在div #navbar中设置所有a,我该怎么做?我知道如何使用类而不是使用ID。
答案 0 :(得分:2)
足够简单:
#navbar ul { /* ... */ } #navbar a { /* ... */ }