Javascript Lesson 1

Goto Lesson:

Lesson 1
Lesson 2
Lesson 3
Lesson 4
Lesson 5
If you have read the HTML tutorial you know that it is static and unchanging. If you want to make your HTML page dynamic (or changing) then Javascript is the way to go. It can be weaved into your page and gives you the options to change lots of features in your page. Javascript is also a prerequisite of DHTML. Once again all you will need is a text editor and a browser. There probably are some good Javascript editors out there that can check your code and stuff, but i don't use them. Thats enough of an intro lets jump into the first lesson.