Write a code for the following:
Create homepage (index.html) for IS 306 using NOTEPAD.EXE. Use the requirements below. Use simple HTML code. No Doctype needed for this assignment. This document will not be validated. No CSS on this document. We will enhance the document at a later time. 2. Details Include a
tag in the section which identifies your page as your homepage for IS 306. Change the background color of the page. Do not use a white background. bgcolor=????. Create a table to hold the entire layout of your design. See example. Main Table 80%, centered in the middle of the browser, border=0. In my example, I have used a 3 column x 3 row table. This is an example. It must have all the required components. The images below is only an example. It may not have all of the requirements outlined in this assignment. Defne the title tag for the page. Add a header in the first row of the table. You will need to use a colspan to put all the cells into for that row of your table. Use yourname as the page Header Add a link to your email address. Include a short biography subheading, a work history subheading and hobbies subheading. Use one of the h1 , h2 , h3 tags for the subheadings. I used a h2 in the example below. Add information to each section. There must be real information not lorem ipsum. Add a link to your employers and any hobby sites that support your hobby. Add a subheader called Portfolio. In this section you will add links to your homework which I will use when grading your assignments. o Add a 2x2 table 90% in width. Use a table to contain the page layout. (3x3) o No border. o Add cell padding and cell spacing to add active white space to the table. o The table maybe centered or left justified. o Change the background color of the page and use a contrasting color for the page text.Do not use a white background. o Change the color of the table to compliment the page background color. Create a header for the In class Assignments and for Individual Assignments. Under the Inclass Assignment section Add the link the practice.html. Use a relative link. o Under the Individuals Assignments (all homework assignments are stored in the homework folder) link your HTML tutorial pdf and the SSH assignment pdf that were completed in Part A and Part B. Use relative linking. (Hint: you will need to upload your pdf documents to the server to your homework folder.) Include a picture of yourself, use the width and height attributes to resize the picture. Be sure to include alt and title attributes. The picture can be anything that represents you. Left Navigation place in the leftmost column of the main table. Use a heading 2 for each of the navigation text. Home index.html Project project/index.html the link for this navigation text will be broken for the time being. Once your project is underway it will be linked to your project homepage. HTML Help - link to w3schools.com. Bottom Text Navigation Provide the following textual navigation links. Use a heading 4 for each navigation text. o UK https://www. o Buiness https://business..com/ Name your file index.html. Publish 1. Upload/publish your pages to your students account. Publish all files to the studentweb server into the appropriate folders. The PDF files are in your homework folder. Your index.html file is in the 306 folder. Test your page to be sure they are working correctly. Remember test in the browser not through the SSH or Cyberduck tool.