Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Jedds Tree Care - Carol Jedds is the owner and operator of Jedds Tree Care and tree removal and landscaping company in Lansing, Michigan. She

Jedds Tree Care - Carol Jedds is the owner and operator of Jedds Tree Care and tree removal and landscaping company in Lansing, Michigan. She has asked for your help in developing her companys website. She has already written some of the text for a few sample pages and wants you to write the HTML code. Figure 151 shows a preview of the companys home page that youll create.
A home page preview of Jedds tree care. Two navigation links, home, and services are present at the top right of the page. A pane at the left, displays a section with the heading, Comments. Below the heading, three reviewers comments including the text of the quote and the name of the review are displayed. An image is displayed at the right with the title, Jedds Tree Care which is followed by two descriptive paragraphs. The contact information of Jedds Tree Care including address, email address, and phone number are displayed at the bottom of the page. Figure 1-51
The style sheets and graphic files have already been created for you. Your job is to write the HTML markup.
Document Setup
Open the jtc_index.html and jtc_services.html files and enter your name and the date in the comment section of each file
Next, go to the jtc_index.html file and within the document head, do the following:
Use the meta element to set the character encoding of the file to utf-8.
Set the document title to Jedds Tree Care.
Link the document to the jtc_base.css and jtc_layout.css style sheet files.
Within the document body, insert a header element, an aside element, and an article element.
Within the header element, insert a navigation list containing an unordered list with links to jtc_index.html and jtc_services.html file. The text of the links should be home and services respectively
Create the Homepage
Go to the jtc_pages.txt file in your text editor. The first section in the file contains comments made by Jedds Tree Care customers. Copy the text of the three reviews including the reviewer names. Then, go to the jtc_index.html file in your HTML editor and paste the copied text within the aside element.
Within the aside element, add the following content and markup:
Directly after the opening tag.
Enclose the five lines of the contact information within an address element. Insert a line break element at the end of the first four lines so that each part of the address appears on a new line in the rendered page.
Mark the text Jedds Tree Care in the first line of the address as a strong element.
Mark the email address as a hypertext link. Make the telephone number a telephone link, including the international access code.
Verify Your Progress
Pause and verify that the layout and appearance of the page resemble that shown in Figure 151. Note that under the smaller screen widths associated with mobile devices, the text of the reviewer comments is not displayed.
Create the Services Page
Go to the jtc_services.html file in your HTML editor. Insert the same metadata in the document head to match what you did for the jtc_index.html file except name the page title Jedds Tree Care Services.
Go to the jtc_index.html file in your HTML editor and copy the body header. Then, go to the jtc_services.html file and paste the copied header into the document body so that both files share a common header design.
Return to the jtc_pages.txt file in your text editor and copy the content of the third section, which contains information on the services offered by Jedds Tree Care. Be sure to copy the heading as well. Then, go to the jtc_services.html file in your HTML editor and paste the copied text directly after the header.
Mark the content describing Jedds Tree Care services as follows:
Mark the heading Jedds Tree Care Services as an h1 heading.
Directly after the h1 element, insert an inline image file for the jtc_photo2.png with the alternate text set to an empty text string ().
Mark each of the he

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 3 Lnai 9853

Authors: Bettina Berendt ,Bjorn Bringmann ,Elisa Fromont ,Gemma Garriga ,Pauli Miettinen ,Nikolaj Tatti ,Volker Tresp

1st Edition

3319461303, 978-3319461304

More Books

Students also viewed these Databases questions

Question

What are the types of forms of communication ?

Answered: 1 week ago

Question

Explain the process of MBO

Answered: 1 week ago