ITSE 1411 Beginning Web
Module 1 Project Assignment

Assignment
- Create a business site
- Open your templateHTML5.htm page in Komodo Edit.
- Add your site name to the Title in the Title Tag
- Save as project1 in your module1 folder.
- Use examples of Pacific Trails, Healthy Heart, and Jungle Tours to create an HTML site for a business.
- Your business must use bullets to describe the merchandise.
- You must list prices for the merchandise. The price portion must be written in an external javaScript file named prices.js.
- You must use numerically assigned variables to be inserted in your page. (Hint: to format your price to 2 decimal places you should write price.toFixed(2), which format variable fee to 2 decimal places. Your JavaScript should also explain the percentage of tax to be assessed and the amount of shipping. All monetary values except for the tax rate should show the price to 2 decimal places.
- Try to put all info on a page that renders the entire page without the need to scroll vertically. Do not create a page that requires horizontal scrolling.
- Update index page with links
- Open your index.htm page in Komodo Edit.
- Update your index.htm page to link to your project1.htm page in your Module1 folder.
- Upload your index.htm page to the public_html folder and your project1.htm and prices.js pages in your Module1 folder. Test for validation.
- Email that your assignment is ready for grading.
- Student examples (You are not to copy the style or layout of student examples. These just show you what other students have done. Try to be original.)
- Mumal Ahmed Example 1
Mumal Ahmed Example 2
Mumal Ahmed Example 3
Mumal Ahmed Example 4
- Daniel Martin Example 1
Daniel Martin Example 2
Daniel Martin Example 3
Daniel Martin Example 4
- David Del Castillo Example 1
- Joel Mondragon Example 1