Need help with this question 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”.
First of all you need to close the image tag with an > (check your 19th line of code)
Then they are asking you to nest a <figcaption> tag within your div tag which has id = image-div . I’m sure you have learnt nesting in your previous fCC lessons, but here’s an example: