What's wrong with the following image code?
<img src=image.jpg title="Image description" alt="Image">
Image description should be in single quotes
Image description
alt="Image" should be removed
alt="Image"
<img> should be <image>
<img>
<image>
src=image.jpg should be src="image.jpg"
src=image.jpg
src="image.jpg"