I have this HTML code, but I'm not sure how to write the CSS so that the drop-down menu appears when I hover over the main li
.
<li><a href="#">#</a>
<ul class="sub_menu">
<li><a href="#">#</a></li>
<li><a href="#">#</a></li>
<li><a href="#">#</a></li>
<li><a href="#">#</a></li>
</ul>
</li>