<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="/dropdownmenus/contenido/5.company.html" id="navbarDropdownCompany" role="button" data-bs-toggle="dropdown" aria-expanded="false">COMPANY</a>
<ul class="dropdown-menu">
<li class="dropstart">
<a class="dropdown-item dropdown-toggle" data-bs-toggle="dropdown" href="/dropdownmenus/contenido/5.1.overview.html" id="navbarDropdownOverview" role="button"
data-bs-toggle="dropdown" aria-expanded="false"> OVERVIEW </a>
<ul class="dropdown-menu" >
<li><a class="dropdown-item" href="/dropdownmenus/contenido/5.1.1.revenue.html">REVENUE</a></li>
<li><a class="dropdown-item" href="/dropdownmenus/contenido/5.1.2.subscribers.html">SUBSCRIBERS</a>
</LI
</ul>
</li>
Struggling to integrate a sub-menu into a dropdown using Bootstrap5, facing technical difficulties for a few days now. Any insights on where my code might be going wrong?
Regarding the provided image,
Encountering issues with the sub-dropdown not functioning correctly upon hovering or clicking
Attempted the previous code
Current appearance can be viewed here