Lab Assignment 6
 
Create a web page file named lab6.htm.

Title the page "Lab Assignment 6 - Your Name"

Put your name in the title.

On the page:

1)  Display the image:

Note: Copy this image locally to your directory and use a relative URL to display it.

2)  Use the "alt" attribute to display "Click here if you dare!" when a user rolls their cursor over the image.

3)  Link this smaller image to this larger image: http://www.ridgewater.net/mmdt1021/chapter6/images/wonderglobe600.jpg.
When you click on the smaller image, the large image should display.  You need to also include some text as a link description.
Note:  I want you to use the absolute URL above.  I do not want you to copy the image locally into your directory.
Hint: You will need the line of code below to create the link.
<a href="http://www.ridgewater.net/mmdt1021/chapter6/images/wonderglobe600.jpg">

4)  A horizontal rule going half way across the page.

5) Two images of your choice, one left aligned and one right aligned, interspersed with text.

The finished assignment should look similar to the example shown below.

You need to turn in all these files together in one folder for credit:

  • lab6.htm
  • world.jpg
  • image one of your choice
  • image two of your choice

Your instructor can see if your web page (lab6.htm) works correctly only if the images are turned in!

Turn this assignment in.  It will be graded and returned to you.

Grading criteria:

Criteria Points
15
Correct file name.  Correct HEAD  and TITLE structure with student name in the title. Correct BODY structure. 1
"world.jpg" image on page with alternative  text "Click here if you dare!". 3
Link (and link description) to larger image and the page opens. 4
horizontal rule going half way across page. 1
Image of your choice left aligned. 2
Interspersed text. 1
Image of your choice right aligned. 2
Assignment in on time. 1