Build a Tribute Page Content#4, layout1 + 2

Tell us what’s happening:
Describe your issue in detail here.
Hello,

#Content
4. 4. Within the “img-div” element, I should see an element with a corresponding id=“image”.

Q: Could someone help me identify what part of my code is not allowing the HTML editor to recognize my id declaration?
Here is a link to my codepen:

I think resolving this will resolve the issues with the #Layout since my image is shrinking and growing with the page. If not, any tips are welcome.

Thanks!

Your code so far

I believe the issue resides here:

<img id="img" src="https://www.gannett-cdn.com/presto/2020/02/28/PMCA/cc51307e-a32d-477f-b246-df272580c004-KB-6524PS_Blue_dish_RGB.jpg?width=660&height=494&fit=crop&format=pjpg&auto=webp"
      alt="The image shows a SHARP microwave drawer in a kitchen. The drawer slides into the open position. With a blue tray inside the cavity.">
 <br>
<figcaption id="img-caption"><strong> A SHARP Microwave Drawer in the open position. Designed and built in Memphis, Tennessee.</strong>
 </figcaption>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hello, id should be image. You have:

Hope this helps.

1 Like

That was it. Thanks for your help, and thanks for sending me an answer quickly.
I will try to read the instructions more closely moving forward.

1 Like

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