How can I make a phrase appear when I click on a picture in HTML5? (Not a speech bubble)
html5
<img src="image.jpg" onClick='alert("Hello World!")'/>
Please call the function on Click to display the phrase as shown in .
© 2024 OneMinuteCode. All rights reserved.