Homework 2

Homework 2: Website

Due by classtime on week 4.

This assignment is designed to make sure you learned the basic principles of authoring websites using HTML and CSS.

Using a text editor like Visual Studio Code, create a webpage that, when opened in a browser, contains:

  • a header
  • an image surrounded by a solid border
  • a paragraph whose text appears in a color of your choice
  • a sentence that appears in italics

Via the BruinLearn assignment for Homework 2, please submit two files: an HTML file and a CSS file.

Note that you’ll use your text editor to save your HTML and CSS documents using the .html and .css file extensions, respectively.

For this assignment, you do not need to post your site to Github! (Unless you want to!)