EchoEcho.Com Homepage
Web Hosting - As Reliable As It Gets!
   Home > Tutorials > HTML > Images


 Tutorials 
 D-Zine Articles 
 Online Tools 
 Free Resources 
 References 
 Quiz 
 Hosting 

















  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!
FACT:
Changing the <FONT> tag does not affect the color of your links.
TIP:
Unless you place the <FONT> tag between the <A href> and the </A> tags of your link.





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


On EchoEcho: D-Zine Articles | Tutorials | Online Tools | Free Resources | References | Quiz | HostingAbout EchoEcho