How can I put a photo into the body text of an email

I know that an email is basically html, but I don’t know how to access an email as html. If I could I could use the <a> tag to insert the photo right in the body text. Anyone know of a way I can do this. It’s for a newsletter email that I’d like to send people.

You can use <a> to create links and <img> to embed images, just like in a webpage

Provide the full URL of the image

<img src=“images/abc.gif” width=“160” height=“120” hspace=“10” vspace=“10” align=“left” border=“0” />
You can set as per your requirements… Through this you can add an image…

I did think it’s more easy but I just wrong…