Code for this:- JavaScript addEventListener() This example uses the addEventListener() method to attach a click event to a button. …
Code for this:- <html> <head> <style> .button { background-color: #008CBA ; border: none; color: white; …
Output:- JavaScript alert Code for this:- <!DOCTYPE html> <html> …
Output:- Greeting from JavaScript Code:- <!DOCTYPE html> <html> <body> <p>Greeting from JavaScr…
Output:- Code for this:- <!DOCTYPE html> <html> <body> <p id="demo"></p> <s…
Output:- JavaScript For Loop Code for this:- <!DOCTYPE html> <html> <body> <h2>JavaScript For L…
Made by HARSH DANGE Code:- <html> <head> <title>(Type a title for your page here)</title> <script…
code for login form <!DOCTYPE html> <html> <head> <style> input{ border-radius:2px; background:orange; bo…
Code for this project <!DOCTYPE html> <html> <head> <style> body{ height:1500px; background:linear-gra…