Adding images
You may also want to create image. Images are simple to add, and are very useful for showing pictures or diagrams.
To add an image you can use the following code:
<IMG SRC="images/image1.gif" ALT="alternate text">
Once you add an image, you may notice that there is a border when you make the image a link. In order to get rid of this you will have to change the border attribute. Here is an
example of how to change the border to a size of 0:
<IMG SRC="images/image1.gif" ALT="alternate text" BORDER="0">
The above format is when you have your images placed in your server. Otherwise you have to mention the entire web address or your local machine address where the image is located.
<IMG SRC="http://www.xyz.com/imagexyz.gif" ALT="alternate text">
The above format will place image directly from the web
No comments:
Post a Comment