To put an image on your site: <img src="url of image">   

    Quick Question: What is an URL?
An example of a url is -> http://htmlcodesandmore.com/images/xample.gif

    Quick Question: How can I get the URL of a picture I want?
You can get a url from basically any pic on the net. Just go to the picture that you want to use, RIGHT CLICK go to PROPERTIES, and then a window will pop up and you will see the URL. Just copy and paste it.

    To change the size: [height="100" width="100"]
-:] Code -          <img src="url of image" height="100" width="100">

    To add a title to your image: [alt="Da Rican Boi"] Da Rican Boi put ur mouse over da pic
-:] Code -          <img src="url of image" alt="Da Rican Boi">

    To combine all three: [alt="Da Rican Boi" height="100" width="100"] Da Rican Boi
-:] Code -          <img src="url of image" height="100" width="100" alt="Da Rican Boi">


    To add a certain amout of space between images [VSPACE="0" HSPACE="15"]:
WITH CODE:
-:] Code -          <IMG SRC="url of image" VSPACE="0" HSPACE="15">

    To align a paragraph around an image: [align="left"]
Original -word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word-

Now with align="left"
-word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word--word-

-:] Code -          <img src="url of image" align="left">

You should now be able to add an image to ur site and change the size of the image [height="100" width="100"] and add a title to is [alt="Da Rican Boi"] you can also add a border [border="1"] add a color to your border [border="1" bordercolor="990000"]