HTML title-egenskapen

Definition och användning

title Egenskapen definierar ytterligare information om elementet.

Denna information visas vanligtvis som en verktygstips-text (tooltip text) när musen flyttas över elementet.

Tips:title Egenskapen används ofta tillsammans med form och a-element för att tillhandahålla information om inmatningsformat och länkmål. Det är också ett nödvändigt egenskap för abbr och acronym-element.

title Egenskaper kan användas för alla HTML-element (verifierar alla HTML-element, men kanske inte är användbart).

See also:

HTML tutorial:HTML attributes

HTML DOM reference manual:HTML DOM title attribute

CSS tutorial:CSS tooltip

Example

Use the title attribute in an HTML document:

<p><abbr title="World Health Organization">WHO</abbr> was established in 1948.</p>
<p title="Free Web Tutorial">codew3c.com</p>

Try it yourself

Syntax

<element title="text">

Attribute value

Value Description
text Specifies the tooltip text (tooltip text) for the element.

Browser support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support