Does anyone know how to add a show/hide button in HTML.
I have a banner near the top of my page and I want it to be possible for people to hide it, and so the computer remembers you have hidden it and not show it again.
Use CSS properties: display and hidden, depends on what is the task.
You can achieve it using JavaScript or Server application like PHP.
And read how coockies work it should help 100%.