Site hosted by Angelfire.com: Build your free website today!

General help index help forums
Read our FAQ

HTML reference index
Home
basic HTML tags
HTML hyper links
HTML lists
placing images
HTML tables

CSS reference index
Intro to CSS

Site promotion
submit to search engines
meta tag generator
html solved search

contact me

Placing images.


Intro to web images.

Web images are the images that you see on the world wide web.
Most of the images are either gif or jpg files and are most commonly created using any paint program available.
The major differance between a gif and a jpg file is the quality of the image try both to see the results.

The concept.

Images are placed on a page much like using links except in order for an image to show you must first upload it either via your hosts upload ability or via FTP.

How to make an image show.

In order to make your images show on your web page you must use the following code...

<img src="http://www.yoursite.com/directory/image.gif/jpg"></img>

Remember that the URL shown is just an example so make sure you put your own info there.

Making an image link.

making an image link is just like adding the image code to the normal link code just look at the example code below....

<a href="http://www.link.com"><img src="http://www.yoursite.com/directory/image.gif/jpg"></img></a>


copyright © Richard Brown