Tuesday, December 17, 2019

Javascript program to display alert box on click


Alert box on click in javascript program:

<input type="button" value="Click me" onclick="alert('Thanks for visiting my blog.....!');">


No comments:

Post a Comment

What is Next JS?

 What is Next JS? Next.js is a powerful React framework developed by Vercel that simplifies building modern web applications. Its key featur...