Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In order to successfully complete this assessment you must have, at least, completed the practical chapter exercises for chapters 1 , 2 , and 3

In order to successfully complete this assessment you must have, at least, completed the practical chapter exercises for chapters 1,2, and 3.
In the Lab Chapter 1 pages 42-44
Creating a Webpage for a Wildlife Rescue Organization Problem: You volunteer at a local wildlife rescue, a nonprofit organization called Wild Rescues. The organization rescues all kinds of wild animals, rehabilitates them, and then releases them back into the wild. Wild Rescues needs a website to help raise awareness about their mission. The director of Wild Rescues has asked you to build a website for the organization. Create a webpage that outlines the various pages that will be created for the website.
1. Open your text editor and enter all required HTML elements to create a basic webpage, including the DOCTYPE, html, head, title, meta, and body elements. Use the File Save As feature to save the webpage in the chapter01\lab2 folder with the name rescuepages.html to create the webpage.
2. Add the lang attribute to the starting html tag and specify the language as English.
3. Add the following text to the title element: Wild Rescues
4. Add the charset attribute to the meta tag and specify the character set as utf-8.
5. In the body element, nest a paragraph element that includes the following text: Wild Rescues Website Outline
6. Below the first paragraph element, add another paragraph element that includes the text, Completed by: followed by your name.
7. Below the second paragraph, add two blank lines.
8. Add the following six paragraph elements:
a. Home Page: The home page will include information about the purpose of Wild Rescues. It will also include the mission statement, which is to rescue, rehabilitate, and release wildlife back into their natural environment.
b. About Us Page: The about us page will provide information about the types of animals we rescue and how we help rehabilitate them.
c. Partnership Page: The partnership page will provide information about volunteer opportunities, ways to donate, and sponsorship opportunities.
d. Gallery Page: The gallery page will include several photos of our most memorable wildlife rescue friends.
e. FAQs Page: The FAQs page will provide visitors with many frequently

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions