Gets or sets the document title.

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

Property Value

A string representing the document title.

See Also

HTMLTitleElement Object | HTMLTitleElement Members | DOM Namespace