I want to change the look of this alert message:
alert("Hello world");
Is there any way to do this?
I want to change the look of this alert message:
alert("Hello world");
Is there any way to do this?
You simply cannot, the styling is handled by the browser and is different in every browser. You could use a different solution such as a jQuery UI Dialog https://jqueryui.com/dialog/