HTML2DOM

Add your HTML... collect your Javascript.
HTML
Javascript
Options
How to declare variables.
Whether to use single, double or backticks quotes
How to represent a newline : "\r\n", "\r", "\n"
Whether to declare all variables at the top of the code (for var only)
Whether to add a number to the end of variable names
Whether to add a semicolon at the end of each line
Whether to use append the elements to "document.body".
How to set text content to element.
Whether to use appendChild and createElement together
Whether to use multiple classList.add or multiple arguments
Whether to use setAttribute instead of direct assignment
Whether to use setAttribute("class", "className") or classList.add("className")
Whether to use setAttribute("style", "prop: val;") or style.setProperty("prop", "val")
Whether to use style.setProperty instead of direct assignment

HTML Syntax Example

Oh! No! Loose text

Article Heading

This is a paragraph within the article. It contains italic text and underlined text.

This div has a combination of classes and an id.