Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport"value="width=device-width initial-scale=1">
    <link href="styles.css"rel="stylesheet"><title id="title">"Dr. Norman Borlaug"</title>
    </head>
  
    <main id="main"><h1 >"Dr. Norman Borlaug"</h1><p>The man who saved a billion lives</p>
    <div id="img-div"> <img src="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" id="image">
    <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>
    </div>
    <div id="tribute-info"><h2>Here's a time line of Dr. Borlaug's life:</h2><ul>
      <li><b>1914</b> - Born in Cresco, Iowa</li>
      <li><b>
1933</b> - Leaves his family's farm to attend the University of Minnesota, thanks to a Depression era program known as the "National Youth Administration</li>
      <li><b>1935</b> - 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>
      <li><b>1937</b> - Finishes university and takes a job in the US Forestry Service </li>
      <li><b>1942</b> - Receives a Ph.D. in Genetics and Plant Pathology</li>
      <li><b> 1945</b> - Discovers a way to grown wheat twice each season, doubling wheat yields </li>
      <li><b>2009</b> - dies at the age of 95.</li></ul><p><i>

    "Borlaug's life and achievement are testimony to the far-reaching contribution that one man's towering intellect, persistence and scientific vision can make to human peace and progress."
    -- Indian Prime Minister Manmohan Singh </i></p>
  </div><footer><b>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">Wikipedia entry</a>.</b> </footer>  
  </main>
  
  </html>
/* file: styles.css */
.img{display:block;justify-content:center;}
.img-div{max-width:100%;
height:auto;
justify-content:center;}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Hey Abdul, page is looking good so far. Can you tell us a little more on the issues you are having?

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