My greyhound can run faster than your honor student.

Saturday, April 26, 2003

Mini HTML Lesson

If you want to put a picture on your web page, just copy the web location of the picture (including the http:// part of the address) and then paste it between the double quotes in the code below:

<img src=" ">

img stands for image, and src stands for source.

So if you put this code on your web page (or e-mail):

<img src="http://images.slashdot.org/topics/topichumor.gif">

It will put this image of a foot from the the slashdot.org web site on your web page. How easy is that?


No comments: