Pictures!
http://www.cs.umass.edu:80/pics-96/ <------------ top level dir.
(the only one you really need)
http://www.cs.umass.edu:80/pics-96/250x250/ <------ medium size JPEGs
http://www.cs.umass.edu:80/pics-96/400x400/ <------------ large JPEGs
http://www.cs.umass.edu:80/pics-96/250x250/perkins.jpg <- specific image
The specific reference is nice if you want to refer to a picture (for
a web page) without moving the image. For example:
< p > This is my web page! Click
< a href="http://www.cs.umass.edu:80/pics-96/250x250/greene.jpg" >here< /a >
to see what I look like. < /p >
or use a direct < img > reference:
< h1 >My Home Page< /h1 >
< img src="http://www.cs.umass.edu:80/pics-96/250x250/greene.jpg" >
< br >