Showing posts from 2019Show All

Event lister in js

Code for this:- JavaScript addEventListener() This example uses the addEventListener() method to attach a click event to a button. …


Stylish and different types of button

Code for this:- <html> <head> <style> .button {   background-color: #008CBA ;   border: none;   color: white;   …


JavaScript Alert

Output:- JavaScript alert Code for this:- <!DOCTYPE html> <html> …


Greeting from JavaScript

Output:- Greeting from JavaScript Code:- <!DOCTYPE html> <html> <body> <p>Greeting from JavaScr…


Switch case

Output:- Code for this:- <!DOCTYPE html> <html> <body> <p id="demo"></p> <s…


JS For loop

Output:- JavaScript For Loop Code for this:- <!DOCTYPE html> <html> <body> <h2>JavaScript For L…


Refreshing date and time in js

Made by HARSH DANGE Code:- <html> <head> <title>(Type a title for your page here)</title> <script…


Google search bar

Code for Google search bar:- <!DOCTYPE …


Login form

code for login form <!DOCTYPE html> <html> <head> <style> input{ border-radius:2px; background:orange; bo…


Linear gradient

Code for this project <!DOCTYPE html> <html> <head> <style> body{ height:1500px; background:linear-gra…