Normal image code:
<img src="IMG URL">
Image with border:
<img src="IMG URL" border="0">
Change 0 to whatever you want to :)
Linked image:
<a href="URL" target="_blank"><img src="IMG URL" ></a>
Image with describtion:
<img src="IMG URL" alt="DESCRIBTION HERE">