What is wrong with this image tag?
<img src="image.jpg" alt="Image" title=Image description>
Missing quotes around Image description
Image description
src attribute should be removed
src
alt="Image" should be alt='Image'
alt="Image"
alt='Image'
title attribute should be removed
title