What's wrong with this image tag?
<img src image.jpg alt="Image Description">
Image Description should be in single quotes
Image Description
src attribute should be removed
src
<img> should be <image>
<img>
<image>
src image.jpg should be src="image.jpg"
src image.jpg
src="image.jpg"