Why is the following image tag incorrect?
<img src="image.jpg" title="Image description"//>
Image description should be in single quotes
Image description
//> should be />
//>
/>
src="image.jpg" should be src='image.jpg'
src="image.jpg"
src='image.jpg'
title attribute should be removed
title