Top 14 the for html css

TOP 14 IDES FOR HTML,CSS,JS 1. Visual Studio Code      2. RJ TextEd 3. Light Table 4. NetBeans 5. Brackets 6. Komodo Edit 7. Atom by Gi…


Css nav bar

Code for this Home News Contact About <!DOCTYPE html> <html> <head> <style> ul {   list-styl…


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…