|
|
|
The tag used to insert an image is called img.
Below you see an image called "rainbow.gif".
Here is the HTML code used to insert the image on this webpage:
<img src="http://www.echoecho.com/rainbow.gif">
|
|
If the image is stored in the same folder as the HTML page, you can leave out the domain reference (http://www.echoecho.com/) and simply insert the image with this code:
On the following pages we will discuss different ways to control how your image is inserted.
|
|
|
|