What is wrong in the following code?
<img src=image.jpg alt="Image Description">
Image Description should be removed
<img> should be <image>
<img>
<image>
src=image.jpg should be src="image.jpg"
src=image.jpg
src="image.jpg"
alt="Image Description" should be alt=Image Description
alt="Image Description"
alt=Image Description