HTML Assignment 1
Biography Web Page

Part 1  Part 2
Objective:
This project will build familiarity with the overall structure of an HTML document and an understanding of HTML tags. We will construct a Web page incrementally, by shifting between Notepad and the browser to view the development of the Web page.

HTML Assignment 1  - Part 1
  1. Create a template in Notepad with this structure. HTML tags are enclosed by the < and > symbols.

  2. Save the template to your floppy disk in Drive A: or to your zip disk (or if at home, to your hard drive). Save the template two times with the following filenames - Note the HTM filename extension:

  3. Add a Title and a Level 1 Heading to your page.

  4. As you construct each part of the file in Notepad or Wordpad, save the file, switch to your browser, and Reload the page.


  5. Your biography page should have the following Level 2 subheadings < H2 > :

  6. Separate each section with a horizontal line. < HR >



HTML Assignment 1  - Part 2

  1. Add a background color or background image to your page.

  2. To add a background color use the following tag (be sure to include the < and > around the tag):
    < BODY BGCOLOR="color name" >
    or
    < BODY BGCOLOR="#color number" >


    Check out the color chart in your HTML text in Appendix A page 15 for color names and numbers.    You may have to try a few, they don't always appear in the browser as they show in print.


    To add a background image use the following tag:

    < BODY BACKGROUND="filename" >
    Be sure to put your background file in the same folder as your Bio page.

  3. Add at least one graphic image to your page.

  4. Use the following tag:
    < IMG SRC="filename" >
    You can add an image anywhere on your page or you can replace your horizontal lines with graphic line images.

  5. Add at least one link to one of your favorite places.

  6. Use the following tag:
    < A   HREF = "http://...url to link to ...">   Text to be displayed to user <  /A >

    Last updated April 16, 2000


    ©1999, 2000  Gena Casas