Assignment # 1

# 1 Why Bother?(Back to the Lesson) # 1 Review Questions Main Menu

As you go through the next lessons, and get more involved in JavaScript, you will need a basic HTML document to use. In this assignment, you will create a 'master' web page document that you can use as a great timesaver in the next lessons.

1. Use a text editor such as Notepad (OR SHIFTEDIT! :P) to create a basic HTML web page containing

2. Create a folder named "javascript" to use for all your JavaScript assignments and save this file as "newAssign.htm" in your folder

3. Use Chrome to open your document and check for any errors. This will be a basic page that you can open, and save it as Assignment2 or Assignment99, etc as you practice new things you are about to learn.

 

Return to Top of Page | Back to Main Menu