Gets or sets the version information about the document’s DTD.

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

Property Value

A string representing the version information about the document’s DTD.

See Also

HTMLHtmlElement Object | HTMLHtmlElement Members | DOM Namespace