HTML Images :
INSERTING IN HTML








The tag used to insert an image is called img.

Below you see an image called "rainbow.gif".

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:

<img src="rainbow.gif">


On the following pages we will discuss different ways to control how your image is inserted.

 << PREVIOUS
READ MORE >>  
















DEVELOPER TIP!





     "Better Than Books - As Easy As It Gets!"