1. Create a web page, using HTML5, with the heading CIS 144 Homework. The content of this page can be a list or a table containing the homework assignment numbers which will become a link when you complete and upload the corresponding assignments. You should list all homework assignments (Homework 2 through Homework 8). Homework 1 will not be listed as this web page represents Homework 1.
2. Embellish this page with some CSS (background color, and/or background image, and/or different font type/size/color, you can think about making each link look like a button, etc.)
3. Create the files hw2.html through hw8.html. Make sure that you modify the title, and meta description for each of those pages accordingly and, for now, just include a heading saying something as "Coming Soon!" and a link to the main page (Homework 1 page) so the user can go back to the main page without the need to use the back button of the browser (this is part of offering good user experience, a good navigation system so the user will not depend on back button of the browser to navigate through your site)!
4. I suggest that you validate your Homework 1 page for HTML5 and CSS using https://validator.w3.org
5. Remember to use HTML5 and also the two important meta tags (charset and description)