Image Tags

The main attributes of the image tag are:
  1. SRC : <img src="picture.gif" or "../picture.gif" >
  2. ALIGN: <img align=top >
  3. ALT: <img alt="[this is a picture] >
1)The src attribute indicates the filename or URL of the image you want to include

2)The align attribute allows you to align the image upward or downward with the surrounding text or other images in the line

The posible options are:

Examples of align:

top

middle

bottom

right

left
 
 



 
 

3)The alt attribute shows a text string to susbtitute the image in text-only browsers

Example of it:
[this is a picture]  Click on the ninja.


Go back to main menu