I'm trying to add the link to the first element of the dropdown that is "MORE" so that I could go to another page but I'm not able to do that. I have tried it many times but not able to do it.
The Code:
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" style="font-family: 'Roboto', sans-serif; font-size: 15px; color: white;">More<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Python</a></li>
<li><a href="#">AngularJS Framework</a></li>
<li><a href="#">.NET Framework Development</a></li>
<li><a href="#">Swift App Development</a> </li>
<li class="divider"></li>
<li><a href="Blogs/Java/Java-Page.aspx">Java App Development</a></li>
</ul>
</li>