HTML title Attribute

Example showing tooltip text using the title attribute.

Preview

Code

<p title="This text appears as a tooltip when you hover over it.">
Hover over this paragraph to see the title attribute.
</p>

More HTML Attributes Examples (9)