+ 1
Why use title attribute in html tag? Tell me with example.
<h3 title="Hello HTML!">Titled Heading Tag Example</h3>
1 Odpowiedź
+ 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.