Someday I'll have examples of images here.

Here we have an example of an image. We manually force the height to 480 pixels Cheyenne Mountain and width to 640 pixels. By using an attribute to force the image to the right of the page we can have text flow around the image rather nicely. We can also make the image have a border. While the border command is supposed to be deprecated in xhtml, using it doesn't seem to upset the validation tools. Also notice we specify alt text so that people with slow connections or alternate media devices will know what should be there.

You will also notice that we happen to have a background image on this page. You'll have to see the style section in the head in order to see how to do that. Notice that we put all of our images in a folder called images. This is a widely used convention for web work and it is recommended you follow it.