This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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

  • aa
  • abbr
  • acronymacronym
  • address
  • applet
  • area
  • article
  • aside
  • b
  • bdo
  • big
  • blockQuote
  • body
  • br
  • button
  • caption
  • center
  • cite
  • code
  • col
  • colGroup
  • custom
  • dd
  • del
  • dfn
  • dir
  • div
  • dl
  • dt
  • em
  • embed
  • fieldSet
  • figcaption
  • figure
  • font
  • footer
  • form
  • frame
  • frameSet
  • head
  • header
  • hgroup
  • hn
  • hr
  • html
  • i
  • iframe
  • img
  • input type=button
  • input type=checkbox
  • input type=file
  • input type=hidden
  • input type=image
  • input type=password
  • input type=radio
  • input type=reset
  • input type=submit
  • input type=text
  • ins
  • isIndex
  • kbd
  • label
  • legend
  • li
  • listing
  • map
  • mark
  • marquee
  • menu
  • nav
  • nextIDnextID
  • noBR
  • object
  • ol
  • optGroup
  • option
  • p
  • plainText
  • pre
  • q
  • rt
  • ruby
  • s
  • samp
  • section
  • select
  • small
  • span
  • strike
  • strong
  • sub
  • sup
  • tabletable
  • tBody
  • td
  • textArea
  • tFoot
  • th
  • tHead
  • tr
  • tt
  • u
  • ul
  • var
  • xmp
  • title

Attributions