+ 2
Can you put an <a> tag in an alert box? And if you can, how?
I really want to know
3 Answers
+ 4
No, alert boxes only accept plain text. If you want a popup with any sort of html/styling you'll need to write your own css and JavaScript, or use a library (one that I've heard of is sweetalert).
+ 2
Not possible.
+ 1
I know the second part.