What's incorrect with this image code?
<img src="image.jpg" alt=Description>
src="image.jpg" should be src='image.jpg'
src="image.jpg"
src='image.jpg'
Extra quotes should be removed
src attribute should be removed
src
alt=Description should be alt="Description"
alt=Description
alt="Description"