The Parameter Tag and Image Links

Subtitle: The Grand Finale

You will show your ability to use the table tag and you will learn two new things in this lesson:
  1. Use an image in an anchor tag (see example below)
  2. Use the PARAM tag inside the APPLET tag

---------------------------------------------

Using An Image In An Anchor Tag: The example below shows you all you need to know. You will need to create your own images for this assignment. You should use GIMP for this task.

Using The PARAM Tag Inside The APPLET Tag: Here is an example of how to set your web page up to supply a parameter to an applet:

<applet code=stuff.class height=20 width=300> <param name="id" value="George Bush"> </applet>
In your applet you will have a String variable which will store the value passed to it using the "id" param.

---------------------------------------------
Click here to see a page which uses the PARAM tag and for assignment instructions: