I have a simple question as I am relatively new to programming, having only started about two weeks ago. I want to create a menu with three options: menu1, menu2, and menu3.
My question is how can I create a link without using the hashtag (#)?
For example, if someone clicks on "About," instead of seeing the URL www.example.com#menu3, I would like them to see www.example.com/menu3.
This way, I can easily link submenus to other pages without creating separate HTML files for each part of the site. My goal is to simply open a div and add links inside the submenus to achieve a structure like www.example.com/about/submenu.
Thank you in advance for any assistance!