'Write HTML Tag in confirm or alert box in javascript

I need to achieve something similar to the following

confirm ('<h1>Hello</h1>')

The expected output should be the Hello in confirm box with h1 element font-size



Solution 1:[1]

You can't customize the alert box because it is a system object. If you need customization, you will need to create your own HTML element.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Matteo