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