Hello, I’ve recently started learning and trying to code for personal personal us and also just a new hubby. I wanted to know how to Removing the the drop down home menu in bar and keeping the (HOME ONE) as main page of the website. I’ve wanted videos and searched but overtime I follow an instructions screws up the lay out of the bar on the website. any help would be greatly appertained. thank you in advance. here is the code and also it was a sample i got and trying to work on.
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav mr-auto">
<li class="nav-item dropdown active">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Home <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li class="active"><a href="index.html">Home One</a></li>
<li><a href="index-2.html">Home Two</a></li>
</ul>
</li>