Lab #3 Creating a basic HTML web page

(due Wednesday, 1/21, 11:59 PM)

Introduction


In this lab, you will start to learn HTML, the markup language used to create basic web pages. You will create a simple web page and upload it to your website.

Notes about HTML documents:

An HTML document is a plain text file (i.e. it consists only of letters, numbers and other keyboard characters). 

The text is "marked up" with HTML "tags". Here is an example:
    <b>This text is marked up with bold tags</b>.

The name of an HTML file ends in ".html" or ".htm"


We'll start by creating a basic HTML page...

Submission instructions

    next page