1
I’m trying to create a phrase in an HTML q gets hidden, but it appears when a function is activated.
The code I used to hide the div q contains the phrase was:
document.getElementById('cal').style.display = "none";
(I put it at the beginning of the script)
So the phrase in the div was hidden. But as I do to show it again so q I activate a function, such as pressing a button?