+ 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>
2 Antworten
+ 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)
0
I got the Answer.