I'm currently in the process of revamping my portfolio site, opting to use Bootstrap for the layout due to its efficiency. While attempting to implement a drop-down navbar using Bootstrap, I encountered difficulties as the menu failed to appear. Thus, I reverted to utilizing HTML, CSS, and JS for the navigation menu based on a tutorial from W3C Schools, with some adjustments made to suit my needs.
Furthermore, I encountered challenges in rearranging the order of the menu items as I desired (e.g., Home | Projects | About Me | Contact). Below is a snippet of my code:
<!DOCTYPE html>
(code continues...)
If anyone could provide insights on where I may have gone wrong or if it would be advisable to start afresh with a Nav
element and incorporate CSS and JS to ensure responsiveness, your input would be greatly valued. Thank you for your assistance.