Learn HTML by Building a Cat Photo App - Step 8

To create an image you need an image tag with a src attribute. So your tag should be formed like this

<img src=“some-image-I-liked.jpg”>

Pay close attention to spelling of each word img and src and the location of the angled brackets.

3 Likes