What is incorrect about the following 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 closing quotation mark for src
src
Image description should be in single quotes
Image description
title attribute should be removed
title