<!DOCTYPE html>
<html>
  <head>
    <script type="text/javascript">
//Single Line Comment. 
      document.write("Welcome to JavaScript!")
      document.write("<br>It's easy and you can learn it too!")
/* Multi line comment 1
Multi line comment 2 */
    </script>
  </head>
</html>