HTML to DOM v1.1.0

The HTML code to be parsed. Only the Content of the document will be included (body). Unclosed elements will be auto corrected, but unclosed bracketed delimiters wont.
_{n}
The prefix of the generated variables' names.
Variable Name Format: {prefix}_{n}.
Whether to include plain text as Text Nodes.
Whether to include HTML comments as Comment Nodes.
Whether to wrap all the generated elements in a container element.
The input will be used as the container's tag name.