CS 344 - Fall 2018: Assignments

HW 1

Assigned: Thursday, September 6, 2018
Due: 11:59 pm Wednesday, September 12, 2018

Develop a website introducing yourself and your hometown, based on the following criteria:

  1. Pages must conform to HTML5.
  2. Code must be written using a text editor
  3. For this lab, we are focusing on the html; style should not be included.
  4. Pages should include components defined below.

Content Required Components: [60%]

  1. Images of yourself and something from your hometown.
    • Compress the images to match the max size you want for the webpage.
    • Be sure to include required alt attribute.
  2. Appropriate use of the header, main, and footer elements
  3. The name of your website, displayed as an h1 element.
  4. At least two paragraphs (that each have at least 3 sentences), with important words tagged.
  5. At least one ordered list
  6. At least one nested list
  7. At least one external link.

Suggested Content:

Extra Feature(s) and Completeness: [30%]

  1. Include html components that go beyond the required set and that enhance the overall cohesiveness of your page.
  2. Include something that your figure out on your own.
  3. Include a horizontal line. Below the line, include a paragraph describing your extra feature(s).

Validation: [10%]

  1. Make sure your html is valid.

Upload Page and Image(s)

Upload your final solution to your individual folder in the class store. The name of your folder containing your web pages and image(s) must be your name: first initial followed by last name e.g., "jfrancioni". Your homepage must be named index.html.