Your img element should have a display of block

Tell us what’s happening:
Describe your issue in detail here.
i am unsure as to how i need to input this for it to work properly

  **Your code so far**
/* file: index.html */
<main id="main">
<h1 id="title">
Dr. Norman Borlaud</h1>    
<div id="img-div">  
<img id="image">
</img>
<div id="img-caption">The Man Who Saved A Billion Lives </div>
<div id="tribute-info">Here's a time line of Dr. Borlaug's life: </div>
</div>  
<a id="tribute-link" href="https://tribute-page.freecodecamp.rocks/"target="_blank">link to tribute page
</a>
















</main>
/* 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/102.0.0.0 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

i also do not understand fully the objective. should i be adding the link to the image and adding all of the bullet points to recreate the page given for refrence?

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