HTML Tag In JavaScript

  1. <html>  
  2.   
  3. <body>  
  4.     <script type="text/javascript">  
  5.         document.write("<h1>This is a header</h1>");  
  6.     </script>  
  7. </body>  
  8.   
  9. </html>