'How to create a navigation menu for existing site using HTML, CSS
I am pretty new to coding. My boss is asking me to add a navigation bar to the existing website so all the services are hidden in the Service option. Can anyone know a quick way to add this? We are using purely HTML and CSS for our website only. Hope to hear any advice. Image of Existing Menu here
Solution 1:[1]
It seems like you are asking for a element to be hidden, there are a couple of ways you can do that, but the simplest one is to use display: none attribute or the visibility: hidden attribute in css. You can visit this link for a step by step explanation and guide.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Techy Shadow |
