Lab 2: Creating a Webpage for a Wildlife Rescue Organization Problem: You volunteer at a local wildlife rescue, a nonpro

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Lab 2: Creating a Webpage for a Wildlife Rescue Organization Problem: You volunteer at a local wildlife rescue, a nonpro

Post by answerhappygod »

Lab 2 Creating A Webpage For A Wildlife Rescue Organization Problem You Volunteer At A Local Wildlife Rescue A Nonpro 1
Lab 2 Creating A Webpage For A Wildlife Rescue Organization Problem You Volunteer At A Local Wildlife Rescue A Nonpro 1 (237.42 KiB) Viewed 52 times
Lab 2 Creating A Webpage For A Wildlife Rescue Organization Problem You Volunteer At A Local Wildlife Rescue A Nonpro 2
Lab 2 Creating A Webpage For A Wildlife Rescue Organization Problem You Volunteer At A Local Wildlife Rescue A Nonpro 2 (110.39 KiB) Viewed 52 times
Lab 2: 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. The completed webpage is shown in Figure 1-48. Copyright 2021 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s). Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it. Wild Rescues ← C Introduction to the Internet and Web Design HTML Chapter 1 HTML 43 ☆ □ X Wild Rescues Website Outline Completed by: Your Name 1) 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. 2) About Us Page: The about us page will provide information about the types of animals we rescue and how we help rehabilitate them. 3) Parmership Page: The partnership page will provide information about volunteer opportunities, ways to donate, and sponsorship opportunities. 4) Gallery Page: The gallery page will include several photos of our most memorable wildlife rescue friends. 5) FAQs Page: The FAQs page will provide visitors with many frequently asked questions and answers 6) Contact Us Page: The contact us page will include the organization's contact information and provide a form to schedule a visit DENT ASSIGNMENTS HTML Chapter 1
Instructions: Perform the following tasks: 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: 1) 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. 2) About Us Page: The about us page will provide information about the types of animals we rescue and how we help rehabilitate them. 3) Partnership Page: The partnership page will provide information about volunteer opportunities, ways to donate, and sponsorship
STUDENT ASSIGNMENTS 4) Gallery Page: The gallery page will include several photos of our most memorable wildlife rescue friends. 5) FAQs Page: The FAQs page will provide visitors with many frequently asked questions and answers. Copyright 2021 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the ellook and/or eChapter(s). Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it. HTML 44 HTML Chapter 1 Introduction to the Internet and Web Design Continued > In the Lab continued 6) Contact Us Page: The contact us page will include the organization's contact information and provide a form to schedule a visit. 9. Indent all nested elements. 10. Add blank lines between all paragraph elements. 11. Save your changes and review the rescuepages.html page within a browser. 12. Submit your assignment in the format specified by your instructor.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply