CS170 – Computer Applications for Business Assignment 3
Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit
CS170 – Computer Applications for Business
Assignment 3
|
Due Date: |
Before 11:59 p.m. on Friday, Feb 13th |
|
Accept Until: |
Before 11:59 p.m. on Friday, Feb 20th |
|
Evaluation: |
20 points |
|
Submit to Canvas: |
assignment3.zip |
|
Related Materials: |
WorldCuisines3Final.pdf WorldCusines_Main.html, Japanese.html, Italian.html |
|
Need help? |
TA office hours and Lab Support Schedule posted in Canvas |
YOU ARE ON YOUR HONOR TO COMPLETE THIS ASSIGNMENT WITHOUT ASSISTANCE. You may use your text and resources available to you through Canvas. You MAY NOT ask any human for assistance, give assistance to anyone, or use any online tutoring service.
We recognize there are many approaches to solving problems, however we are assessing if you have mastered the material taught IN THIS COURSE. Unfortunately, the use of elements outside of the topics/practices/coding that have been covered in your class does not demonstrate your understanding of concepts presented and will, mostly likely, result in a loss of points on this assignment.
To earn credit for this assignment:
• Your zip file must be submitted to Canvas on time.
• All work submitted should be your own work and not downloaded from the Internet or written by someone else (in whole or part).
Overview: This assignment is designed to introduce you to creating a multi-page website using HTML5. You will focus on the following concepts:
• Work with multiple files that link to each other.
• Create links to local files and external web pages
• Insert images on web pages using local and external images.
• Create text-based links and image-based links USING relative and absolute pathnames.
• Deal with single and multiple folders to hold web pages and images.
You will upload your completed assignment via CANVAS Assignment Tool. You should read the entire assignment before beginning to do your work.
General Directions and Focus of your Webpage:
• Download or view the following pdf file: CuisinesAssignment3Final.pdf. This is an outline of the intended result of the three webpages you will be creating. You will refer to this pdf file to see the required formatting. Your resulting webpages should display the information in the same format as the pdf file. Note that each page of the pdf will be a separate web page.
• To help you get started: Download three HTML files Cuisine_Main.html, Japanese.html and Italian.html. You will modify the HTML files. All of the required information is in this html file, but no html tags are included. You will do the following:
• On the Cuisine_Main.html page:
• Add a comment with your name and section number within the <head> tags.
• Add a comment with the following statement within the <head> tags: “On my honor, I have neither received nor given any unauthorized assistance on this assignment.”
• Add two paragraphs of text discussing the cultural significance and global popularity of Japanese and Italian food.
• Add an ordered list including FIVE cuisines (including Japanese and Italian). Rank them in your order of preference and make certain to link Japanese and Italian to the two other pages. The other three do not need to be linked
• Add the sources you reference below a horizontal rule at the bottom, italicized.
• On Japanese.html
• Add a paragraph describing the history of Japanese cuisine and its focus on seasonal ingredients.
• Add a paragraph discussing popular Japanese dishes
• Create a two-column table listing three popular Japanese dishes and their primary ingredients. Include a header column.
• Add a link to an external source (e.g., a travel guide or food blog) with a 1-2 sentence explanation as to what you can find if you follow that link.
• Link a relevant external picture at the bottom of the page for this cuisine.
• Add the sources you reference below the horizontal rule at the bottom.
• On Italian.html
• Add a paragraph describing the regional diversity of Italian cuisine, from Northern risottos to Southern pasta dishes.
• Add a paragraph focusing on the "Mediterranean Diet" and common Italian ingredients.
• Create a two-column table listing three iconic Italian pasta shapes and the traditional sauces they are paired with. Include a header column.
• Add a link to an external source (e.g., a travel guide or food blog) with a 1-2 sentence explanation as to what you can find if you follow that link.
• Link a relevant external picture at the bottom of the page for this cuisine.
• Add the sources you reference below the horizontal rule at the bottom. Once you are done:
• Test to make sure the pages look like the sample and that the links work.
• Then, create a .zip file adding in all the files .
• Read the creating_zip_file.pdf guide if you are unfamiliar with creating zip files.
• Upload the .zip file to Canvas.
References:
• Chapter 4 of the Fluency textbook
• Learning Objectives listed in Week_03_Resources, Recitation information
• Provided materials/files listed above in Related Materials Section
2026-02-14