IDOMImplementation.CreateHTMLDocument

IDOMImplementation.CreateHTMLDocument method

Returns a document, with a basic tree already constructed including a title element, unless the title argument is omitted.

public Document CreateHTMLDocument(string title)
ParameterTypeDescription
titleStringThe title.

Return Value

Returns document.

See Also