create_html_document method

create_html_document

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

Returns

Returns document.

def create_html_document(self, title):
    ...
ParameterTypeDescription
titlestrThe title.

See Also