Unable to complete Tribute Page Project

Tell us what’s happening:

I have completed the rest of the project but i seem to not be able to figure out my #tribute-info. These are the errors so far:

— Your #img-div , #image , #img-caption , #tribute-info , and #tribute-link should all be descendants of #main .

— You should have an element with an id of tribute-info .

— Your #tribute-info should not be empty.

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

    <main id="main">
      <figure id="img-div">
         <img id="image" src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" />
         <figcaption id="img-caption">Dr. Norman Borlaug, third from the left, trains biologists in Mexico on how to increase wheat yields - part of his life-long war on hunger.</figcaption>
      </figure>
      <section id="trubute-info">
        <div>
          <h2>Here's a time line of Dr. Borlaug's life:</h2>
        </div>
        <div class="content">
          <ul>
           <li><span class="bold">1914</span>
            - Born in Cresco, Iowa</li>
            <div class="no-divider"></div>
           <li><span class="bold">1933</span>
            - Leaves his family's farm to attend the University of Minnesota, thanks to a Depression era program known as the "National Youth Administration"</li>
            <div class="no-divider"></div>
            <li><span class="bold">1935</span>
             - Has to stop school and save up more money. Works in the Civilian Conservation Corps, helping starving Americans. "I saw how food changed them", he said. "All of this left scars on me."</li>

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

Are you sure you have such an element? Look carefully at your code

i believed the problem was solved?

I’ve been able to solve the problem.

I took the #tribute-info element out of the section nested it into the unordered list.

Thanks.

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