What is the code that, when you hover over an image, makes text appear? Will this work for tables? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 10

What is the code that, when you hover over an image, makes text appear? Will this work for tables?

4th Oct 2018, 2:24 AM
Elijah D
Elijah D - avatar
5 Respostas
+ 6
It's known as tooltip and by default the img tag supports the behaviour with title attribute. šŸ˜‰
4th Oct 2018, 4:51 AM
Zephyr Koo
Zephyr Koo - avatar
+ 10
4th Oct 2018, 12:24 PM
Elijah D
Elijah D - avatar
+ 6
Elijah D You're welcome! šŸ˜„
4th Oct 2018, 3:31 PM
Zephyr Koo
Zephyr Koo - avatar
+ 4
Should work on tables too. See section on HTML5 vs HTML 4.01: https://www.w3schools.com/tags/att_global_title.asp Effects/appearance may differ across browsers.
4th Oct 2018, 6:12 AM
Janningā­
Janningā­ - avatar
0
Tooltip is a very good attribute.
15th Nov 2018, 4:05 PM
Ramvaros Kumar
Ramvaros Kumar - avatar