INFO1322

Assignment 1B -- Course Home Page (30 points)


Using a text editor, I would like you to create a new Web page that we will use to gain access to your WordPress sites. 

This file must be named default.htm and must be saved in your public_html folder on your student Web site on the STUDENT server. You need to follow the Style Guide that you followed in INFO1311 when creating your HTML source code. 

*NOTE:  If you are taking more than one Web design class that requires you to upload files to your site on the student.mccinfo.net server, you will be using this same site for all Web design classes.  Please create a folder for each class and place this default.htm file in the folder for this class.

Follow these steps to help you create a new Web page.  Here is a sample page:

 

  1. Create a new page similar to the illustration above following the HTML specifications for HTML 5. Create the page using only the HTML structure tags. For example, tag the large text at the top of the page as an h1 element. Do not do any formatting with HTML attributes. Don't forget to include the opening comment in your HTML code as explained in the Style Guide handout that was linked in the Start Here, Validating your Code information. Please use the same text labels shown above for the links you will be adding as your work is completed. 
  2. The h1 and h2 elements at the top of the page should be nested within the header element. In the h1 element, replace Student Name with your first and last name. In the h2 element, replace Spring 2020 with the current quarter and year if necessary.
  3. Place the h3 headings and the two unordered list in the main element.
  4. In the list of WordPress Sites, link the Portfolio site you created on the MCC server. The label for the Sandbox and Project will not be a link at this time. 
  5. Use these URL's for the Important Links:

    W3C HTML Validator http://validator.w3.org
    W3C CSS Validator http://jigsaw.w3.org/css-validator/
    Canvas Course Site http://canvas.mccneb.edu
    Metro Community College http://www.mccneb.edu
  6. In the footer, replace the word "Student" with your name and create a mailto link to your Metro student email address.
  7. Create an external CSS file that is linked to your default.htm file. Name this file info1322.css. As a minimum requirement, create style rules for the following:
    • body element:
      • all margins 0px
      • define the font to be Verdana, Arial and sans-serif
    • header element
      • Add a background color
      • Padding of 20px on all sides
    • main element
      • width of 80%
      • margins of auto
    • footer element
      • 20px padding on all sides
      • Add a background color
      • apply italic style to the text
  8. Be sure to use the file name default.htm for the HTML file.

When Finished...

  1. Use the W3C Validator (http://validator.w3.org) to validate your page. Make any corrections necessary until it passes the validation test. Using the W3C CSS Validator (http://jigsaw.w3.org/css-validator/), validate your info1322.css file.
  2. Using FTP (FTP handout), upload the default.htm and info1322.css files into the public_html folder on your web site on the student.mccinfo.net server. To ensure your file is uploaded correctly and your CSS file is working, I recommend that you open your INFO1322 Home Page that you uploaded to the server in the browser and test your links to your sites. Go to the address http://student.mccinfo.net/~username (replace username with your actual username). 
  3. After successfully opening this assignment in the browser, you will copy the URL of this assignment's HTML file on the server into this Assignment Dropox.