Images >> Inserting
|
|
Inserting Image
The tag used to insert an image is called img.
Below you see an image called "sample_image.wmf".
Here is the HTML code used to insert the image on this webpage:
<img src="sample_image.wmf">
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="sample_image.wmf">
|
|
|
|