You should have an element with an id of tribute-info. What should I do?

<link rel="stylesheet" href="styles.css">
<main id="main">

 <title id="title">Dr. Norman Borlaug</title> 

 <figure id="img-div">

   <img id="image" src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" alt="Dr. Norman Borlaug seen standing in Mexican wheat field with a group of biologists"> 

   <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>

 <p id="tributeinfo">Here's a time line of Dr. Borlaug's life:</p>

 

</main>

HI @nabievhasanjon95 !

You wrote this

Now reread the error message more carefully
You should see an element with a corresponding id="tribute-info" ,

Can you spot the difference?
You are missing something in your answer

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