Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
am trying to build a tribute page...please kindly check my code cos is not passing.
- My main element of id is not pass
- Display of block in image element is not passing
3.my image should be centered within its image…
i need a hint to go about this…thanks
/* file: index.html */
<link rel="stylesheet" href="styles.css">
<main>
<div id="main">
<h1 id="title">Dr. Norman Borlaug</h1>
<div id="img-div">
<img id="image" max-width="100" height="auto"></img>
<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>
<p id="tribute-info">The man who saved a billion lives
</p>
<a id="tribute-link" target="_blank" href=""></a>
</div>
</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/103.0.0.0 Safari/537.36
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: