Tribute Page - Build a Tribute Page

Hello guys! I am currently on the “Build a Tribute Page” Task. Can someone please help me understand how I can go about adding an image on the project. Given that the code is written on freeCodeCamp, as opposed to using an external editor. Thank you!!
Your code so far

/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="styles.css" />
  <title>TributeToNipseyHussle</title>
</head>
<body>
  <header>
    <h1 id="title">Nipsey Hussle</h1>
    <p> Tha great</p>
  </header>
  <main id="main">
    <div id="#img-div">
      <img id="image" >
      <figcaption id="img-caption">Nipsey with the Grammys award</figcaption>
    </div>
  </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:

I think I have figured it out!

1 Like

how did you do it? I’m having the same problem

1 Like

Copy the image address and paste it in the src attribute.

1 Like

I’m havingt the same issue. I guess I’d figure it out.
Pressing F12>elements>sources.
There’s the link

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