Gets or sets the title of the document.

[VBScript]
Public Property Title As String
[JScript]
public function get Title() : String;
public function set Title(String);

Property Value

A string representing the title of the document.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace