How to create tooltip to image tag in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
<body>
 
<img src="images/image_name.png" title="tooltip text">
 
</body>
</html>
 
 
<!--
run:
 
 
-->

 



answered Oct 22, 2020 by avibootz

Related questions

1 answer 197 views
197 views asked Nov 30, 2018 by avibootz
1 answer 214 views
214 views asked Nov 30, 2018 by avibootz
1 answer 231 views
1 answer 244 views
3 answers 339 views
339 views asked Nov 26, 2017 by avibootz
1 answer 268 views
268 views asked Jun 11, 2021 by avibootz
2 answers 7,155 views
...