+ 1
2 ways.
If you are referring to the image locally on your development machine, put it in the same place to code is and do <img src="image.jpg" /> Send both the html and the image file
Or host it on imgur or some other image hosting site and in your code: <img src="url to image" />. Send only the html as the image is hosted remotely.