I'm making a web page, and until now I used the JS alert.
I had made a text, and, clicking, I jumped an alert. It was of this type:
<a href Onclick="alert("Texto")">Haz click aquí</a>
And I want to know if it can be done with SweetAlert.
Thank you very much!