From RuneGlory
Jump to: navigation, search
m (Protected "User:Jplayer" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 2: Line 2:
 
{{REVISIONUSER: Main Page }}
 
{{REVISIONUSER: Main Page }}
  
<html>
+
<html><script>
  
 +
$( "<nav>Navigation bar</nav>" ).appendTo( "body" );
  
<script>
+
</script></html>
 
 
var para = document.createElement("p");
 
var node = document.createTextNode("This is new.");
 
para.appendChild(node);
 
var element = document.getElementsByTagName("head")[0];
 
element.appendChild(para);
 
 
 
</script>
 
 
 
 
 
</html>
 

Revision as of 18:03, 19 March 2016

6