how to make an alert in html
<script>
alert('this is an alert');
</script>
how to make an alert in html
<script>
alert('this is an alert');
</script>
javascript animated alert message box
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>
swal({
title: "Good job!",
text: "You clicked the button!",
icon: "success",
button: "Aww yiss!",
});
</script>
javascript animated alert message box
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<button class="btn btn-outline-danger" onclick="delete1()">Delete</button>
<script>
function delete1(){
swal({
title: "Good job!",
text: "You clicked the button!",
icon: "error",
button: "Aww NOoo!",
});
}
</script>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us