Build a Tribute Page problema

Ive been tried a lot of time to understand what’s wrong with my code , but I not yet get it.

here’s my code:

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15

Challenge: Build a Tribute Page

Link to the challenge:

Hi @itaybor15 !

Welcome to the forum!

You should always open up the test suite and read the full error messages.
They help you find and fix the errors.

Is there something in the error message that you need help with?

For example, in this one
5. 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".

You wrote this

<p id="caption text-center">Giannis in milwaukee bucks uniform</p>

The test is looking for div or figcaption element and you need to use the correct id name.
Also, you can’t have two ids grouped together.
You can only do that with classes.

Hope that helps!

thank you for your help!

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