Tribute Page - Build a Tribute Page

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

Hello pls how can i display an image in freecodecamp code editor

<!-- file: index.html -->
<DOCTYPE! Html>
  <html>
    <head>
      <meta charset="UTF-8">
      <meta lang="en">
    </head>
    <title></title>
    <body>
      <main id="main">
        <h1 id="title">Dr Norman Borlaug</h1>
        <div id="img-div">
       <img id="img" src="https://cdn.frecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg">   
        </div>
      </main>
    </body>
  </html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Linux; U; Android 11; SM-A022F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/104.0.5112.97 Mobile Safari/537.36 OPR/65.0.2254.63211

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

You need a valid URL of an image online to make it show up I think.
The URL you have doesn’t work for me.

I think you wanted this one instead?

https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg

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