Easy Tutorial
❮ Web Xml Web Validate ❯

JavaScript Guide


JavaScript - Client-Side Scripting

JavaScript is a scripting language for the web!

JavaScript is used by millions of web pages to enhance design, validate forms, detect browsers, create cookies, and more.

JavaScript is easy to learn.

JavaScript Examples

My First Web Page

This is a paragraph.


What is JavaScript?


Client-Side Scripting

JavaScript "dictates" browser behavior. This is known as client-side scripting (or browser scripting).

Server-side scripting "dictates" server behavior (see our ASP/PHP tutorials).


What Can JavaScript Do?


What is the HTML DOM?

The HTML DOM defines standard methods for accessing and manipulating HTML documents.

The DOM presents an HTML document as a tree structure.

HTML DOM Tree Example


How to Learn JavaScript?

Visit the Complete JavaScript Tutorial

Visit the Complete HTML DOM Tutorial

Visit the Complete JavaScript and HTML DOM Reference

❮ Web Xml Web Validate ❯