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