asp.net.ph

HtmlAnchor.Title Property

System.Web.UI.HtmlControls Namespace   HtmlAnchor Class


Sets or retrieves advisory information, or a ToolTip, for the linked content.

Syntax


Inline <a title = strTitle ... >
Script HtmlAnchor.Title = [ strTitle ]

Property Value


strTitle The text displayed when the mouse pointer is placed over the HtmlAnchor.

The property is read/write with no default value.

Remarks

Use this property to provide a custom tooltip for the HtmlAnchor. Microsoft® Internet Explorer® renders the Title as a tooltip when the user hovers the mouse over the control.

Example

The following illustrates using the Title property.

<a runat="server" title="say something amusing here">Show Me</a>

 Show me 

See Also

HtmlAnchor Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph