custom alert box code example
Example 1: how to make an alert in html
<script>
alert('this is an alert');
</script>
Example 2: js alert format text
\b = Backspace
\f = Form feed
\n = New line
\r = Carriage return
\t = tab
<script>
alert('this is an alert');
</script>
\b = Backspace
\f = Form feed
\n = New line
\r = Carriage return
\t = tab