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: