*Within the "img-div" element, I should see either a <figcaption> or <div> element with a corresponding id="img-caption" that contains textual content describing the image shown in "img-div".*
Link: https://codepen.io/msafan83/pen/RwbJEqG
I've passed everything except this one error. I've tried everything but for some reason I'm stuck :frowning:
Can someone help?
Hi,
You forgot to close img element with:
>
And you need to add id property with value img-caption to <figcaption>
element
got it!!! thx