Solved - Problem with User Story #5 in Build a Tribute Page

Hello,

 I am having trouble passing the 5th step in the Build a Tribute Page challenge. I have checked tutorial videos and the code for the sample page to see what I am missing, but cannot find what may be wrong with my code. As it currently stands, I have passed 9/10 of the tests with this being the only issue. Below I have included my code, if anyone has any tips on what I should fix I would appreciate it.
<figure id="img-div">
        <img id="image" src="https://i.guim.co.uk/img/media/a0e5dabf00a83c66a92bfcaafd5c7bc406a21f1d/294_102_1195_717/master/1195.jpg?width=700&quality=85&auto=format&fit=max&s=16de9cc6d4d42a059d20280690240896" alt="Ian Holm seen smiling while looking away.">
        <figcaption id="image-caption"> Legendary Actor, Sir Ian Holm 1931-2020 </figcaption>
     </figure>

For some reason, I had to retype the figcaption id for the test to work. I don’t know what changed, but I am happy it worked.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.