|| POP UP MESSAGE BOX || ALERT MESSAGE BOX || CODE BY CODOBLOG ||
codoblog giving the code for designing the code for POP UP message Box. This box also helpfull for giving the message of alerting also. Design it and use properly in your websites. This pop up message is so helpful for the alerting users during interacting with our web.
So, try to do the code for it, and keep connected with the codoblog.
#CODE -
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Pop up</title>
<link rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"></script>
<style type="text/css">
h3{
font-family: lucida Handwriting;
text-align: center;
}
</style>
</head>
<body>
<script type="text/javascript">
swal("welcome","to my channel","success")
.then((value)=>{
swal("Enter your name:",{
content:"input",
})
.then((value)=>{
swal("Love CodoBlog",`${value}..! Please subscribe CodoBlog`,)
})
})
</script>
<br>
<br>
<h3>Welcome to the HomePage..!</h3>
</body>
</html>
#OUTPUT
Stay always connected with us...
#Keep Loving CodoBlog
Subscribe our YOUTUBE Channel --:: https://www.youtube.com/channel/UCkgYqlsFvu7Tq-W2n8aQwtg
Watch this videos also...
Comments
Post a Comment