Skip to content

Instantly share code, notes, and snippets.

@DylanCh
Created May 27, 2019 13:37
Show Gist options
  • Save DylanCh/c52e60e0ce5b01c69a086b2e5d78d1fa to your computer and use it in GitHub Desktop.
Save DylanCh/c52e60e0ce5b01c69a086b2e5d78d1fa to your computer and use it in GitHub Desktop.
document API
var input = document.createElement('input');
input.type='password';
input.name='p-word';
console.log(input.outerHTML); // <input type="password" name="p-word">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment