I wanted to know if it\'s possible to add HTML tags to JavaScript alert() method, such as:
alert()
et
No, you can use only some escape sequences - \n for example (maybe only this one).