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. In Cloud9, create a basic HTML web page containing

2. If you have not yet done this, 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 use as a starter template (ie. open and do a SAVE-AS etc.) as you go through these assignments.

 

Return to Top of Page | Back to Main Menu