My code not working I tried to add text to my code after adding my navbar in background-color in Css.
<!doctype html>
Home Page< !----Toggle--->
< !----Icon Widgets--->
<ul > <li search nav-link" href=""><input type="text" placeholder="Search"></a> <li > <a href=""><i ></i></a> </li> </ul> </div>
CodePudding user response:
Make sure to check all your code if any wrong type.
like <<form>
on your code
CodePudding user response:
You got an extra < on <<form>
So by remove this maybe will help you
<ul >
<li search nav-link" href=""><input type="text" placeholder="Search"></a>
<li >
<a href=""><i ></i></a>
</li>
</ul>
</div>