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>
<head>
</head>
<body>
<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" >
    <imgcaption id="img-caption" max-width="100%" height="auto" display="block">
      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.
    </imgcaption>
  </figure>
  <section id="tribute-info">
    <h3 id="headline">Here's a time line of Dr. Borlaug's life:</h3>
  </section>
  <a id="tribute-link" href="https://en.wikipedia.org/wiki/Norman_Borlaug" target="_blank">Wikipedia entry</a>
</main>
</body>
</html>
/* file: styles.css */

  **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: Tribute Page - Build a Tribute Page

Link to the challenge:

which part dont your understand?

2 Likes

There are a lot of tests not passing. It would help to know which one you want help with.

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