Tribute page, last part

Tell us what’s happening:

no entiendo que estoy haciendo mal, me podrían ayudar, por ahi es una cosa minima, pero no la estaria viendo

<h3>If you have time, you should read more about this incredible human being on his <a href="https://en.wikipedia.org/wiki/Norman_Borlaug" target="_blank" id="tribute-link" value="tribute-link">Wikipedia entry</a>.</h3>

Challenge: Build a Tribute Page

You should have an a element with an id of tribute-link.

Your #tribute-link should have an href attribute and value.

Your #tribute-link should have a target attribute set to _blank.

Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-tribute-page-project/build-a-tribute-pagePreformatted text

hi, make an anchor element at the end of the page, then give the id tribute-link, after that set the href to wikipedia page, and at the end set target to blank. and put the text wikipedia entry between opening and closing tag.
hope it helps.!

lo hice, tipo esta ahí el codigo. pero el problema fue que antes tenía un div y tenía que darle un id con #tribute-link
<div class="footer" id="(#)tribute-link">

you don’t need a div, make an anchor element<a > </a> , and then give it the specifications above.

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