0
Can I hide image and text by JavaScript?
Can I hide img and H1 by JavaScript and show 'em by onClick at Button , or I just allowed to hide one thing.
1 Answer
+ 6
Yes it's possible by setting the DOM's style.display to "none".
Can I hide img and H1 by JavaScript and show 'em by onClick at Button , or I just allowed to hide one thing.