-
Step 1
Follow the link in Resources to the World Wide Web Consortium HTML tutorial page, or a similar resource for learning HTML. Read through the first few examples of how to create an HTML web page to gain an understanding of how a simple web page works.
-
Step 2
Open a text document that does not use any special formatting, such as the Notepad program. Create your own simple web page using the <HTML>, <BODY> and <HEAD> tags described in the HTML tutorials. Save the file with the ".html" extension.
-
Step 3
Change some of the HTML settings until you are comfortable with the basics of creating web pages. Navigate to the JavaScript tutorial website in Resources. Read through the first few pages and type the code examples into your text document so that you learn how to use JavaScript syntax.
-
Step 4
Head to a bookstore and pick up a beginning JavaScript tutorial book, such as "Headfirst JavaScript" or "Learning JavaScript." Follow along with the book's lessons as you continue through the examples in the online tutorials. Type out the code in the book to familiarize yourself with creating JavaScript code.
-
Step 5
Continue working with the online and book tutorials until you think of something you'd like to do with JavaScript that isn't covered in the examples. Navigate your browser to the JavaScript examples website in the Resources section.
-
Step 6
Look through the various types of JavaScript examples and find JavaScript code you'd like to implement. Examine the code and compare it to the lessons you've learned in the tutorials. Try changing the code to modify its variables and figure out how the code works.
-
Step 7
Put up your JavaScript code on your personal website and then view it from different web browsers to see how your complete code looks.




























