H1 ALERT HTML javascript code example Example: h1 alert <h1>ALERT</h1> <script> alert("ALERT"); </script>