SyntaxFix
Write A Post
Hire A Developer
Questions
You can use title attribute.
title
<img src="smiley.gif" title="Smiley face"/>
You can change the source of image as you want.
And as @Gray commented:
You can also use the title on other things like <a ... anchors, <p>, <div>, <input>, etc. See: this
<a ...
<p>
<div>
<input>