Script in Head

Example including JavaScript inside the head.

Preview

Code


<head>
  <script>
    function greet() {
      alert("Hello!");
    }
  </script>
</head>

More HTML Head Examples (5)