What's incorrect with this image code?
<img src="image.jpg" title"Image description" alt="Image">
src="image.jpg" should be src='image.jpg'
src="image.jpg"
src='image.jpg'
Missing equal sign in title"Image description"
title"Image description"
alt="Image" should be removed
alt="Image"
title attribute should be removed
title