[SOLVED] JavaJam Coffee House Case Study

25.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (6 votes)

In this chapter’s case study, you will use the existing JavaJam website (Chapter 11) as a starting point to create a new version of the website that implements the description meta tag on each page. You have three tasks in this case study:

  1. Create a new folder for this JavaJam case study.
  2. Write a description of the JavaJam Coffee House business.
  3. Code a description meta tag on each page in the website.

Task 1: Create a folder called ch12javajam to contain your JavaJam Coffee House website files. Copy the files from the Chapter 11 Case Study ch11\javajam folder.

Task 2: Write a Description. Review the JavaJam Coffee House pages that you created in earlier chapters. Write a brief paragraph that describes the JavaJam Coffee House site. Edit the paragraph down to a description that is only a few sentences and less than 25 words in length.

Task 3:

Update Each Page. Open each page in a text editor and add a description meta tag to the head section. Save the files and test them in a browser. They will not look different, but they are much friendlier to search engines!

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.