Design Text, Chapter 5 pgs 55 - 73 (Text Formatting)
JavaScript Text, Chapter 3, pgs 146 - 157 (Repetition)
Reading:
There is a typo on page 157, JavaScript text. The sentence should be
The values in the salaries[] array that are lower than 50000 are …. The book says higher
Practice:
- While statements
- Create an assignment7 folder (no spaces in the name, no uppercase) in your public_html folder.
- PilotQuiz5 page
- If necessary, open your pilotQuiz4.htm page in your editor.
- Save as pilotQuiz5.htm in your assignment7 folder.
- Add the coding from pages 149 - 151 of the text.
- Save the document.
- Compare your work to Figure 3-12
- do...while statements
- PilotQuiz5 page
- If necessary, open your pilotQuiz5.htm page in your editor.
- Save as pilotQuiz6.htm in your assignment7 folder.
- Add the coding from page 153 of the text.
- Save the document.
- for statements
- PilotQuiz5 page
- If necessary, open your pilotQuiz6.htm page in your editor.
- Save as pilotQuiz7.htm in your assignment7 folder.
- Add the coding from page 156 of the text.
- Save the document.
Case Project:
- Complete program example.
- Open your template.htm page.
- Save as numbers.htm in your assignment7 folder.
- Write out the numbers between 1 and 100. Your numbers should be written 10 to a row.
Be sure that you have the validation icons on your page.
- Save the document.

Update your index page:
- Add links on your index page to the pages in your assignment7 folder that are to be graded:
- pilotQuiz7.htm
- numbers.htm
Uploading:
- Upload your revised index.htm page to the public_html folder.
- Upload your assignment7 folder with the files:
- pilotQuiz7.htm
- numbers.htm
Testing uploaded pages
- Follow the checklist for grading shown on
the schedule page.
- Make any corrections for any page that does not validate or display correctly.