Your image alt attribute should not be empty

not sure exactly what I am doing wrong
help is appreciated. will post code below:

<img src='https://bit.ly/fcc-relaxing-cat'atl='cat on bed'>

Im not sure what is wrong and have looked at other post to try to figure out and I am still not sure what to do.

Well, my first instinct would be that β€œalt” is spelled wrong.

An image should be along the form of:

<img src="https://my.image.link.jpg" alt="my alternative text">

Put spaces in there for readability.

1 Like

Omg. Yep that was it. Thank you.