Go BackHTML: Using JavaScript for Interactivity

Synopsis
HTML: Using JavaScript for Interactivity presents the skills needed to create interactive forms and use JavaScript events and loops.

Audience
This course is for anyone who needs to understand how JavaScript is used to develop interactive pages for the World Wide Web.

Time
4 hours

Product Code: HTLC06
After completing HTML: Using JavaScript for Interactivity, the user should be able to:

 
Use event handlers with forms
Create an interactive form
Use loops for repetition
Events in JavaScript
Introduces the basics of what events are and how they work.

Emulating events
Events and forms

Creating Interactive Forms
Provides a guide to creating interactive forms on a Web page.

The form object
Working with form elements
Prompting with text fields

Loops
Shows how to use loops to program in JavaScript.

The for and for ... in loops
The while loop
The break and continue statements
This course is distributed with
 
An HTML Glossary
A file containing the text of the exercises
Simulations that allow users to practice course skills, even if they don't have access to the Java product
A file containing the text of exercises

Go Back