I have encountered an issue with my navbar toggle not displaying after coding it. Despite trying various strategies, I am still unable to resolve the problem. Can anyone please help me identify any mistakes in my code?
Below is the code snippet:
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="img/logografy22.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</nav>