Answered step by step
Verified Expert Solution
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 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
The style sheets and graphic files have already been created for you. Your job is to write the HTML markup.
Document Setup
Open the jtcindex.html and jtcservices.html files and enter your name and the date in the comment section of each file
Next, go to the jtcindex.html file and within the document head, do the following:
Use the meta element to set the character encoding of the file to utf
Set the document title to Jedds Tree Care.
Link the document to the jtcbase.css and jtclayout.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 jtcindex.html and jtcservices.html file. The text of the links should be home and services respectively
Create the Homepage
Go to the jtcpages.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 jtcindex.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 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 jtcservices.html file in your HTML editor. Insert the same metadata in the document head to match what you did for the jtcindex.html file except name the page title Jedds Tree Care Services.
Go to the jtcindex.html file in your HTML editor and copy the body header. Then, go to the jtcservices.html file and paste the copied header into the document body so that both files share a common header design.
Return to the jtcpages.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 jtcservices.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 h heading.
Directly after the h element, insert an inline image file for the jtcphotopng 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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started