To add a picture to a page just use this code.
<img src="https://baseeffect.tripod.com/HTML/island.jpg">
Result:
![](Island.jpg)
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:
![](Island.jpg)
|