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