ITSE 1411 Beginning Web
JS Module 1 Assignment

Assignment
- Healthy Heart
- Open your templateHTML5.htm page in Komodo Edit.
- Add Healthy Heart to your title in the Title Tag.
- Save as healthyHeart.htm in your Module1 folder. (The text uses a different naming convention. Naming conventions are personal preferences. You may choose your own naming convention, but DO NOT USE ANY SPECIAL CHARACTERS OR BLANKS).
- Follow the instructions for Exercise 1-6 on pages 62 and 63 of your JavaScript 5th edition book.
- Step 1, you are starting with your template, but you do need to change your title in your title tag.
- Step 4, the last line should be a close ul tag, not another open ul tag:
document.write("</ul>");
Additionally, keep the 3rd and 4th lines on one line, the 5th and 6th lines on one line, and 8th and 9th lines on one line.
- Step 5 says to save in Chapter 1 folder, but you are to save in Module1 folder.
- Expected result for healthyHeart.htm
- Jungle Tours
- Open your templateHTML5.htm page in Komodo Edit.
- Add Jungle Tours to your title in the Title Tag
- Save as jungleTours.htm in your Module1 folder.
- Follow the instructions for Case Project 1-4 found on page 70, of your JavaScript text.
- The project states to use a stylesheet. We have not covered stylesheets, so ignore that instruction.
- Expected result jungleTours.htm Your page should show the validation links.
- Update index page with links
- Open your index.htm page in Komodo Edit.
- Update your index.htm page to link to healthyHeart.htm and jungleTours.htm in your Module1 folder.
- Upload your index.htm, healthyHeart.htm, jungleTours.htm, and travel.js pages in your Module1 folder and test for validation.
- Email that your assignment is ready for grading.