display button on alert code example
Example 1: js alert format text
\b = Backspace
\f = Form feed
\n = New line
\r = Carriage return
\t = tab
Example 2: how to make an alert on a page
go to inspect element, go to console. type in
alert("text")