Why is this image tag incorrect?
<image 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'
<image> should be <img>
<image>
<img>