Guest User

Untitled

a guest
Apr 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. document.write(
  2. jTag(function() {
  3. h1("Welcome to jTag");
  4. h2("jTag is the new black");
  5. p("It is a new tag library that makes it super easy to create html in js");
  6. ul(function(){
  7. li("Option 1");
  8. li("Option 2");
  9. });
  10. })
  11. );
Add Comment
Please, Sign In to add comment