Question: Notes: - You will create a web site and deploy it to Netlify - Create a directory for the site. - You will zip this

Notes:
- You will create a web site and deploy it to Netlify
- Create a directory for the site.
- You will zip this directory and submit it via Canvas
- Name the zipped file as follows:
- yourLastname_hw1.zip (e.g. asher_hw1.zip)
- What to submit?
- The above zipped file
- URL for the published site on Netlify (Word/PDF document submission and Canvas comment)
- Enter the URL name in Canvas comments. For example: Question
1. What is your website Netlify URL?
HTML Exercise
Create a web site for a fictitious company consisting of two simple pages
1. Introductory Page (index.html)
a. Name this page index.html so Netlify uses it as the start page
2. Form Page
Requirements:
1. Introductory Page - This page is to contain the following:
- A link to the form page (use relative links)
- Title (to appear in the window title)- Title is to contain your name.
- Three Headings sizes 1,2, and 3
- A horizontal rule (shadow line)
- Any image (make sure to use a relative path)
- Bold text
- Italicized text
- An ordered list
- An unordered list
- A table with at least 3 columns and 6 rows
- An internal link (make sure the page has enough information on it so that the internal link moves to the top).2. Form Page - This page is to include
Note: the form does not need to work, display only:
- A link to the Introductory Page (use relative link)
- Headings size 2 and 4
- Text Input
- Password input
- Radio buttons (at least 3)
- Checkbox (at least 2)
- A multiple select box (at least 4 options)
- Date input (HTML 5 validation)
- Submit button
Notes: - You will create a web site and deploy it

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!