HTML text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

HTML text

How to make text invisible so when you pass a cursor makes it visible???

26th May 2018, 8:48 PM
Gustave A C/D C ā˜¢ļø šŸ›øā™ØļøšŸ›øšŸ›ø
1 Answer
+ 2
set property to "display: none;" to hide. use CSS :hover selector like this element:hover { css declarations: } you can use JavaScript "onmouseover" event as well.
26th May 2018, 8:59 PM
Zohaib šŸ‘‘
Zohaib šŸ‘‘ - avatar