Skip to content

Instantly share code, notes, and snippets.

@twilson63
Created November 16, 2009 02:14
Show Gist options
  • Save twilson63/235651 to your computer and use it in GitHub Desktop.
Save twilson63/235651 to your computer and use it in GitHub Desktop.
document.write(
jTag(function() {
h1("Welcome to jTag");
h2("jTag is the new black");
p("It is a new tag library that makes it super easy to create html in js");
ul(function(){
li("Option 1");
li("Option 2");
});
})
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment