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

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
Document CreateHTMLDocument(
	string title
)

Parameters

title
Type: SystemString
The title.

Return Value

Type: Document
Returns document.
See Also