A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/attributes/title below:

title ยท WebPlatform Docs

title Applies to ?

## Examples

This example uses the title property to display advisory text when the user hovers the mouse pointer over the text.

<SCRIPT>
function boldAdvise(src) {
    src.title="this is bold text";
    return;
    }
</SCRIPT>
:
<SPAN onmouseover="boldAdvise(this)">bold section</SPAN>

View live example

Notes Remarks

Windows Internet Explorer renders the title as a ToolTip when the user hovers the mouse over the object. Titles are limited to 512 total characters; this limit includes control characters, such as line feeds, carriage returns, and so on. In Windows CE, ToolTips do not appear when a user hovers the mouse pointer over objects. Renders the title as a ToolTip when the user hovers a mouse or finger over objects Titles are limited to 512 total characters; this limit includes control characters, such as line feeds, carriage returns, and so on.

Syntax Standards information See also Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4