Tell us what’s happening:
Your img element should have a src attribute set to “https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg”…
How should I fix this
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mr. Whiskers' Blog</title>
<meta charset="UTF-8" />
<!-- User Editable Region -->
</head>
<body>
<header>
<h1>Welcome to Mr. Whiskers' Blog Page!</h1>
<figure>
<img src="htts://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg" alt="a cat peacefully sleeping ">
<figcaption> Mr. Whiskers' sleeping.</figcaption>
</figure>
</header>
</body>
<!-- User Editable Region -->
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36
Challenge Information:
Build a Cat Blog Page - Step 7