Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.
I am trying to use a Google stock image for my tribute page project but it keeps showing up as a broken image. Please help :confused:

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Tribute Page</title>
  <link rel="stylesheet" href="styles.css">
  </head>

<body>
  <header>
    <h1 id="title">9/11</h1>
    <p><i>A tribute to the victims of this tragic event</i></p>
</header>
<main id="main">
<div id="img-div">
<img src="https://images.app.goo.gl/Nap27vyNVxxjV5T46">
  </div>
 
 
 
 
 
  </main>
   </body>
    </html>
/* file: styles.css */
h1 {text-align: center}
p {text-align: center}
body {background-color: lightgrey}
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Seems like your link doesnt lead directly to an image.

it leads to a search page. try clicking through the image and copying the image address.

Thanks for the response Dannee, i tried it, still same broken image issue unfortunately.

https://cdn.pixabay.com/photo/2017/06/14/21/30/twin-towers-2403465_960_720.jpg

i just tried this one and it worked

Yess it worked, thanks a lot I really appreciate it!! :metal:

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