What is wrong with this code? <img src="https://source.unsplash.com/random">
<img src="https://source.unsplash.com/random">
The <img> element is missing an alt attribute.
<img>
<img> is not a valid HTML element. Instead, use <image src="..."/>.
<image src="..."/>
<img> should be paired with a <caption> tag.
<caption>
<img> should be nested within a <figure> tag.
<figure>