To put a picture on your webpage you must use the tag <img src="file.jpg or gif">
To do this open Notepad, IE and My Computer (your H:)
Keep your h: open so you can look at the pictures. Find the image that you want to put on your webpage. Click once on the image you want to add to your webpage. You will see a blue box around your image.
Click again but this time only on the text so it is highlighted in blue but you no longer se the blue box around the image.
Right click and copy the file name. Open Notepad (your index.htm). Don't forget to change file of type to all files. Put a blank space below your heading and type in <img src="
Right click after the quotation mark and paste the file name of your image.
Remember to add the folder in which you have the file. For example, my picture is in my image folder.
Save your notepad and open your webpage in IE to see if your images is there.