|
my mood
|
|
|
|
|
|
|
|
weather in chennai
|
|
|
|
|
| Image Magic |
To put an image on your webpage, put the following code:
<IMG SRC="imagename.gif">
Eg:
If you want text to pop up when you put your cursor over an image, put the following code:
<IMG SRC="imagename.gif" ALT="Your text here">
Eg:
If you want to link an image to one of your own webpages, put the following code:
<A HREF="filename.html"><IMG SRC="imagename.gif"></A>
Eg:
If you want to link an image to another website (external), put the following code:
<A HREF="http://www.websiteaddress.com"><IMG SRC="imagename.gif"> </A>
Eg:
If you want to link an image to your E-Mail Address, put the following code:
<A HREF="mailto:you@address.com"><IMG SRC="imagename.gif"></A>
Eg:
If you don't want a border around the image being used for linking, type BORDER="0" in the image tag.
Eg:<A HREF="filename.html"><IMG SRC="imagename.gif" BORDER="0"></A>
Result:
|
|
|
|