Having a css /html issue please help?
I am making a navigation bar with links inside of it, I want these links to be able to connect to sub links...example : If your on my page youll see the navigation bar, that bar has a list of options to click. One option will say bloggers, you click on bloggers a dropdown menu comes out and lists the bloggers. So than you click on my name (option in the dropdwon menu) and than 2 more options come out of the menu to either click on my blogs and be directed to the blog page or click on my profile and be redirected back to that page. I cant figure this out i have used so many options here is my code below : <li class="dropdown"> <a href="javascript:void(0)" class="dropbtn">Bloggers ⇩</a> <div class="dropdown-content"> <a href="#">David Woods</a> <a href="#">Jeremy Dec</a> <a href="#">The Team</a> </div> </li>