Phase 3

Your Own Web Page

Adding a Picture

To add a picture to a Web page, you must do two things:

  1. Add some text and codes to your HTML file ("first.htm").
  2. Copy a picture file into the directory in which your HTML file is saved.
Step 1. Before going to Notepad, copy the following lines and paste them in your html file:

<IMG SRC="womba1.gif"><BR>
...And this is the wombat that helped me do it

            Then, save the file and go back to Netscape.

Step 2. Below is a picture of a wombat. You are going to copy the associated "picture" file (womba1.gif) into the same directory as your HTML file.

Here is the picture
Wombat

3. Use Netscape to view your Web page.

 

...And there you go, you have your first Web Page with a picture!

Phase 3