What is wrong with this image tag?
<img src="image.jpg" alt=Image>
image.jpg should be in quotes
image.jpg
src attribute should be removed
src
<img> should be <image>
<img>
<image>
alt=Image should be alt="Image"
alt=Image
alt="Image"