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