JS Home
[col grid=”2-1 first”]
[/col]
[col grid=”2-1″]
JavaScript is the scripting language of the Web.
All modern browsers supports HTML
JS tutorial will teach you JavaScript from basic to advanced.
[/col]
Learn JavaScript by Doing Practical
<!DOCTYPE html> <html> <head> <script> function func() { document.getElementById("para").innerHTML = "Hi JS"; } </script> </head> <body> <p id="para"></p> <button type="button" onclick="func()">Click Me</button> </body> </html>
Start learning JavaScript now.
JavaScript Quiz Test
Test your HTML skills at c4learn!
JavaScript Examples
We have listed JavaScripy tutorials in each chapter, You can edit those examples to see what’s happening.