Why use title attribute in html tag? Tell me with example. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Why use title attribute in html tag? Tell me with example.

<h3 title="Hello HTML!">Titled Heading Tag Example</h3>

7th Jun 2019, 6:46 AM
Shubham Tandale
Shubham Tandale - avatar
1 Antwort
+ 2
It defines extra information about elements(In your example h3 tag) When the mouse goes over the element, the title property will be shown.
7th Jun 2019, 6:59 AM
ΛM!N
ΛM!N - avatar