I want to show a image in Html when click in a button with Javascript function. How can i do this?
I already search for this in internet, but i can't resolve this problem.
In Html:
<button onclick="myFunc()">Anything</button>
I don't know what I can do for show a image in Html when click in button with Javascript Function