What is the result of the following HTML code?
<img src="image.jpg" alt="My Image" title="Image description">
The image is displayed, but no tooltip appears when hovering
The image is displayed, and hovering over it shows "Image description"
The alt text "My Image" is displayed, but no tooltip appears
The title "Image description" is displayed as a caption