How to hide the second list - "account" using css only while no class and id.
I am not able to change the html!
<ul>
<li class="active">
<a aria-controls="menu" href="#menu">Menu</a>
</li>
<li>
<a aria-controls="account" href="#account">Account</a>
</li>
</ul>