Site Map:

Home
About Me
Links
Graphics
Photoshop Tutorials
Java-Script Tutorials
HTML Tutorials
Contact Me

 

 

Pictures

Basic Pictures
To add a picture to a page just use this code.

<img src="https://baseeffect.tripod.com/HTML/island.jpg">

Result:

The first part explains it self, then you put the address to the picture such as the one above, but if the picture is in the same folder as the page that you want the picture to be on, you would use the following (you don't have to use it but its easier).

<img src="island.jpg">

Result:

 

Borders
If you want to add a border to an image just do the following.

<img border="4" src="island.jpg">

Result:

I used the value of 4 so you could see it, but you can use whatever you want.

 

Hyperlinks
A hyperlink is very easy to make, just use the following.

<a href="Links.htm"><img src="island.jpg></a>

Result:

All you do is put the picture in the hyperlink text part.

Back | Next

Originally made on 10.26.02
Formally InLiner's Graphics and Tutorials