Greetings! I am currently in the process of creating a website and am seeking advice on how to approach incorporating a menu option. After researching, I discovered that the <menu>
tag is not supported by major browsers, which came as a surprise. Additionally, I do not believe the <select>
tag is suitable for this situation. While I understand that using JavaScript could be a viable solution, it has been some time since I have delved into extensive web programming, so I may be a bit out of practice.
My goal is to implement a general settings option for the website, similar to the three-bar menu located at the top right of the Chrome browser or the general options menu found in most browsers. This menu should have the capability to manage various features such as changing themes, user profiles, showing/hiding elements on the page, etc.