HTMLElement.Title Property
Gets or sets the advisory title of the element.
[VBScript] Public Property Title As String
[JScript] public function get Title() : String; public function set Title(String);
The title of the element.
HTMLElement Object | HTMLElement Members | DOM Namespace