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