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