Use JavaScript to create an alert, prompt, and a confirm dialogfrom clicking an element
Solution
`Hey,
Note: Brother in case of any queries, just comment inbox I would be very happy to assist all your queries
Alert Dialog Box
<html> <head> <script type = “text/javascript”> <!– function Warn() { alert (“This is a warning message!”);
OR
OR