As shown, the image on my tribute page isn’t loading through. Is there something I’v done wrong as I can’t see an issue.
**Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang ="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 ">
<meta name="decription" content="Tribute Page">
<title>Dr. Norman Borlaug</title>
</head>
<main id="main">
<p id ="title">Dr.Norman Borlaug</p>
<p id ="Description">The man who saved a billion lives</p>
<figure id="img-fig">
<img scr="https://cdn.freecodecamp.org/testable-projects-fcc/images/tribute-page-main-image.jpg" alt="Dr. Notman Borlaug & Team.">
</figure>
</main>
</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.5060.134 Safari/537.36 Edg/103.0.1264.77
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge: