Adding images to your webpage is a breeze because it is
one of the easiest things to do. All you have to do is,
type
<img src="your picture.jpg" height=100 width=125>
You will get something like this
Besides adding images only,you can also add
animation. It is very simple just type the same tag
again but this time replace your picture with the
animation like this<img src="your picture.gif">
This is what you will get
You can also add images to text area What is Text Area?? |