Exercise Document Write
Before you begin, go File...Save As this Wordpad document
to your Exercise Folder on your harddrive. Save as Firstname.LastName.exdocwrite.htm.
Now, begin your work on your harddrive copy. Comment out each line or section of code using the /* (insert comments here) and */ symbols. See p. 14 for an example.
1. Replace this question of the html document with a javascript using the document.write statement. Make the text of this statement be "1. Javascript is easy!".
2. The document portion of the document.write command is a(n)______________.
3. The write portion of the document write command is a(n) ________________ because it is followed by parentheses().
Save this html document into the Exercise DocWrite Folder on the server.
Do a File....Save As....Firstname.Lastname.exdocwrite.htm an extra copy of your completed document into
the Exercises DocWrite folder on the server. Open up your exercise on the server in a browser to make sure it appears the way your want it.