HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

parseHTMLUnsafe

Description

The parseHTMLUnsafe of Document for JS parses html using the HTML parser, and returns the resulting Document.

Note that script elements are not evaluated during parsing, and the resulting document's encoding will always be UTF-8. The document's URL will be about:blank.

Syntax

doc = Document.parseHTMLUnsafe(html)

Examples

1 · html