What Wrong with this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What Wrong with this?

<!DOCTYPE html> <html> <body> <h2 title="I'am a header"> About W3School </h2> <p title ="I'm tooltip"> is a web developer's site.</p> </body> </html>

15th Aug 2018, 3:42 PM
Aatif Imam
Aatif Imam - avatar
2 Answers
+ 3
There's no much problem with this code. It should display I m tooltip when you hover over the <p>. But it not showing if you are using a phone. And dont forget to add head tag for all of your code(its not affecting the code here)
15th Aug 2018, 3:51 PM
Seniru
Seniru - avatar
0
I got the Answer.
15th Aug 2018, 4:18 PM
Aatif Imam
Aatif Imam - avatar