0% found this document useful (0 votes)
8 views

HTML Some Points

The title attribute provides additional information about an element, which is displayed as a tooltip when the user hovers over it. For example, a paragraph element can have a title attribute that shows a tooltip with a specific message. This feature enhances user experience by offering more context about the element.

Uploaded by

NARESH BADWE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

HTML Some Points

The title attribute provides additional information about an element, which is displayed as a tooltip when the user hovers over it. For example, a paragraph element can have a title attribute that shows a tooltip with a specific message. This feature enhances user experience by offering more context about the element.

Uploaded by

NARESH BADWE
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

The title Attribute

The title attribute defines some extra information about an element.

The value of the title attribute will be displayed as a tooltip when you mouse over
the element:

Example
<p title="I'm a tooltip">This is a paragraph.</p>

You might also like