alert htnl code example
Example 1: how to make an alert in html
<script>
alert('this is an alert');
</script>
Example 2: H1 ALERT HTML
<h1>ALERT</h1>
<script>
alert("ALERT");
</script>
<script>
alert('this is an alert');
</script>
<h1>ALERT</h1>
<script>
alert("ALERT");
</script>