https://codepen.io/uwemneku/pen/vYNodXa

https://codepen.io/uwemneku/pen/vYNodXa

Please i need help with my tribute page

1 Like

Is this is about Tribute page test so do this:

<figure id="img-div">
            <img id="image" src="http://blog.worldagroforestry.org/wp-content/uploads/2011/12/Wangari-Maathai-2.jpg" alt="A picture of Wangari-Maathai">
            <figcaption id="img-caption">Wangari Muta Maathai was a renowed Kenyan social, enviromental and political
                activist and the first
                African Woman to win the Nobel Prize.</figcaption>
        </figure>

and this

<a id="tribute-link" href="https://en.wikipedia.org/wiki/Wangari_Maathai" target="_blank">Click here to
                read the Wikipedia article about this incredible woman</a>

Also Remove unnecessary id from this: from <div id="tribute-link"> to <div>

It looks good. Well done!

1 Like

add id=“image” to <img> element
remove id=“tribute-link” from <div>

1 Like

welcome @uwemneku

great work,

and for the error you can click the red test button, to find the addressing errors. there would be a hint to each errors

i.e:

7. I should see an <a> element with a corresponding id="tribute-link", which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target and set it to "_blank" in order for your link to open in a new tab (i.e. target="_blank").

thanks man. Fixed it

Thank you so much. I fixed it. Thanks again

1 Like

Thanks. this was really helpful. I passed the test now.