Tell us what’s happening:
step number 7 on blog cat ,i cant see the mistake,kindly somebody to help me on that,because it cant move to number step 8.on the img and src
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mr. Whiskers' Blog</title>
<meta charset="UTF-8" />
</head>
<!-- User Editable Region -->
<body>
<header>
<h1>Welcome to Mr. Whiskers' Blog Page!</h1>
<figure>
<img
src="https://cdn.freecodecamp.org/curriculum/css-photo-gallerly/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 (Android 10; Mobile; rv:137.0) Gecko/137.0 Firefox/137.0
Challenge Information:
Build a Cat Blog Page - Step 7