Skip to content

Instantly share code, notes, and snippets.

@benatkin
Created August 13, 2011 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benatkin/48f70d9921ddaaca088d to your computer and use it in GitHub Desktop.
Save benatkin/48f70d9921ddaaca088d to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>JS Bin</title>
<script type="text/javascript">
jQuery(document).ready(function($)
{
/*<![CDATA[*/
$("body").append("<div id='mainBody'>");
$("#mainBody").append("<h1 align='center'>SCORM Authoring Tools");
$("#mainBody").append("<table id='myTable' border='1' />");
$("#myTable").append("<tr id='tr1' />");
/*]]>*/
});
</script>
</head>
<body>
<p id="hello">Hello World</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment