what is the html code for if we move our cursor on the image, the image name should appear??
please help me urgent

Recommended Answers

All 4 Replies

<img src="image.jpg" title=" my title" width="640" height="401" />
title element

thank you so much.

Add title attribute with that value which has to be displayed.
example <img ... title='Hello World!!!'>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.