See the attached file

Fall 202 2 CIS 525 , HW 3 Date last modifie d: 202 2_09_ 13 HW 3 , Basic Sites – Creating Websites using “simple” editors - Part 1 (HT ML) In this homework, you will be using a “simple” text editor, such as notepad (Windows) or TextEdit (Mac) We are creating a very simple website from scratch using a simple text editor. Our focus is on the content ( html ) and not the layout (css) Help on any html tags: https://www.w3schools.com/html/default.asp Getting Started with notepad. If you nee d help with notepad and how to save as an “html” file and not a “txt” file https://www.youtube.com/watch?v=naVmNPTxwfI (3 min) https://w ww.youtube.com/watch?v=Xha -BuRWGaI (8 min) https://www.youtube.com/watch?v=WwNuvGLblJU (20 min) Getting started with HTML https://www.youtube.com/watch?v=G3e -cpL7ofc (this is a full course – good bookmark, so you only need to watch beginning) https://www.yout ube.com/watch?v=qz0aGYrrlhU (by Mosh ) 1 hour (See YouTube Chapters for topics) Check list: 1. At least 3 webpages. At least 2 pages should have 1 or more image. Image should use both the alt and size attributes (eithe r height or width) 2. All three pages should be able to navigate to the other pages. Use a simple HR (Horizontal Rule, to keep the navigation on the top. You do not need to use the element , rather . We are not focusing on the layout, no need to use a table to format. 3. Include one external link (not in your site - that opens in a new page. ) target = “_blank” 4. Include all the minimum html tags doctype, head, title, meta (optional), body as well as a comment on each page. 5. Check using the validator. Paste the report. Fix the Errors but you can ignore the warnings. https://validator.w3.org/ 6. Use Favi -Icon (small logo that appears in browser tab) help: https://www.w3schools.com/html/html_favicon.asp 7. SPELLCHECK! You want your site to be as professional as possible so be sure to check your spelling and grammar. Focus is on the HTML and not the layout (we will do CSS later) Later to implement: DevTools. Al t Text on Images – can the browser read it? ADA , Images as hyperlinks. Special characters:   Documentation: Submit assignment to Canvas (Assignment 3) as Word or PDF and include the following: Student Name and Section Number : Website Files : Zip up: HTML pages and Images, (images should be in a separate folder ) Website Summary (What type of website, why did you choose, short summary about website) around 100 – 200 words: Website Navigation : Use any software to show your hierarchal website navigation with thumbnail image of each page, including folders Website Issues (How did you resolve) around (100 – 200 words) – for example in Mobile view layout or decreasing an image size or change a page format. Future Plans to implement (100 – 200 word s): Hw Summary: ( 100 – 200 words): learning topics from this lab or other summary comments. You will be submitting two files: A documentation file and a website zipped file: Name the files something useful such as: HW3_YourName