CIS 658

Exploring HTML/CSS

Winter 2025

Objective

The main objectives of this homework are to:

Part 1: Explore HTML and CSS

  1. Read/Review textbook chapters 3, 5, 6, and 7.
  2. Set a timer and spend about 30 minutes exploring (i.e., "playing with") HTML. Make sure you understand the basics of HTML, including:
  3. Set a timer and spend about 60 minutes exploring (i.e., "playing with") CSS. Make sure you understand the basics of CSS, including: This website https://jsfiddle.net is a good "sandbox" for this type of exploration.
  4. Make a point of both
    1. Linking to an external stylesheet (e.g., <link rel="stylesheet"...), and
    2. Including some rules in the .html document's head using the <style> tag.
  5. If you have time left after becoming comfortable with the basics (of if you already know all the basics because you have extensive HTML and CSS experience), take some time to explore something new.

Part 2: Deploy a web page

Deploy a web page you created (either from the exercise above, or from your portfolio) to the deployment server you intend to use for this course.

I will look over your submissions between 8:00 a.m. and 10:00 p.m. on Tuesday, 23 January. Please be sure your deployment environment is up (or wakeable) during this time. There is no need to keep your environment running (and, therefore, using limited credits) outside of this window.

Submission

When you are ready to submit, simply email me the URL for your web page (including the port number, if necessary).

Updated Sunday, 12 January 2025, 7:21 PM

W3c Validation