Answers for "style an alert php"

1

js alert format text

\b = Backspace 
\f = Form feed 
\n = New line 
\r = Carriage return 
\t = tab
Posted by: Guest on July-07-2020
0

how to make an alert on a page

go to inspect element, go to console. type in 
alert("text")
Posted by: Guest on June-18-2020

Browse Popular Code Answers by Language