h1 alert html

Solutions on MaxInterview for h1 alert html by the best coders in the world

showing results for - "h1 alert html"
Elizabeth
10 Jan 2017
1<h1>ALERT</h1>
2<script>
3 alert("ALERT");
4</script>