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);

Property Value

The title of the element.

See Also

HTMLElement Object | HTMLElement Members | DOM Namespace