Are there other ways to change the alert display? for example when I use \n
it breaks the line, I would like to know if there are other commands of which I can modify the text display, for example leave a sentence in bold and etc
alert('Texto\n Linha de baixo');
I know I could use a custom alert using divs
and such, but I had this same curiosity about alert()
Most interesting example
alert('Error:\n\n\tPrint plugin is loaded but NOT active!');
Note that Print plugin is loaded but NOT active!
text gets different formatting