A more exciting home page

More exciting?

Well, at least this one has a picture in it!

Elements

<P>Well, at least this one has a picture in it!<BR>
<IMG SRC="world.gif"></P>


World gif

Element attributes

<IMG SRC="world.gif" ALT="World.gif" WIDTH="200" HEIGHT="80">


World gifWorld gif





Element attributes

<IMG SRC="world.gif" ALT="World gif" ALIGN="LEFT" WIDTH="200" HEIGHT="80"
<IMG SRC="world.gif" ALT="World gif" ALIGN="RIGHT" WIDTH="200" HEIGHT="80"


World gif The text here is at the top of the image

World gif And here it's in the middle

World gifAnd finally its right at the bottom

Element attributes

<P><IMG SRC="world.gif" ALT="World gif" ALIGN="TOP" WIDTH="200" HEIGHT="80">
The text here is at the top of the image</P>
<P><IMG SRC="world.gif" ALT="World gif" ALIGN="MIDDLE" WIDTH="200" HEIGHT="80">
And here it's in the middle</P>
<P><IMG SRC="world.gif" ALT="World gif" ALIGN="BOTTOM" WIDTH="200" HEIGHT="80">
And finally its right at the bottom</P>

Other imagey things you should know.

Transparent backgrounds
You'll have noticed that in the image above, it sits quite nicely on the page. This is because it has a transparent background, which is to say that all the 'white space' around the image has been rendered transparent by the browser and graphics software combined. If you don't use a transparent background, you'll end up with something like this:
YUCK!
Interlaced gifs
All of the images that I've put in these pages are Interlaced Gifs, which is to say that they start out on the page in a blurred form, and slowly sharpen up. The other option is non-interlaced, which means that they appear on the screen slowly line by line in a finished form.


OK, thats images for you. Now lets move onto links.