I would like to display text when the user mouseovers the image.
How can I do this in HTML/JS?
You can do like this also:
HTML:
In javascript:
function somefunction() { //Do somethisg. }