JavaScript

In this section, you will learn the basics of JavaScript, how it relates to HTML and CSS and how to perform basic actions on a document using it.

JavaScript is a programming language used by most modern web browsers. When using it, you can manipulate otherwise static web pages by replacing, inserting and removing elements, changing their attributes such as CSS classes and performing actions on user events such as mouse clicks and keyboard presses.

Also available in: HTML TXT