BB Code and HTML are 2 totally different types of code. Yes, there is a closing img tag for bb code, but there isn't for html. If you have a closing img tag in html, your code is not valid. Any html image tag should look like:
HTML Code:
<img src="http://www.yoursite.com/image.gif" border="0" alt="" />
and where the
/> is, is where it closes the image tag for html