Product Landing Page - Build a Product Landing Page

Tell us what’s happening:
Describe your issue in detail here.
the issue here is that the image is not loading and what ever I did it didn’t work
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" />
    <link rel="stylesheet" href="styles.css">
    <title>Binance: The Ultimate Crypto Wallet</title>
    </head>
    <body>
      <main>
        <header id="header">
<img id="header-img" href="https://images.app.goo.gl/iAfNsgZXD5NefcRx9" loading="lazy" />
          </header>
        </main>
      </body>
  </html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36

Challenge: Product Landing Page - Build a Product Landing Page

Link to the challenge:

Hello!

Images need a source/ src instead of hrefs/ hypertext references.

Your source is a google result page. To make it work, visit the site, open the image in a new tab and copy/paste the image URL.

1 Like

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