Tell us what’s happening:
i have write the well code, but it does’nt work enought, it is blocked on "your second things should have the “posts” inside your second “li” element. but i’ve diiiid this ! dude ! i don’t know what to do, please help me i want to learn more here.
Your code so far
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mr. Whiskers' Blog</title>
<meta charset="UTF-8" />
</head>
<body>
<header>
<h1>Welcome to Mr. Whiskers' Blog Page!</h1>
<figure>
<img
src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg"
alt="a cat in the garden"
/>
<figcaption>Mr. Whiskers in the Garden</figcaption>
</figure>
<nav>
<ul>
<!-- User Editable Region -->
<li> <a href="#about"> About </li>
<li>Posts</li>
<li> <a href="#contact"> Contact </li>
<!-- User Editable Region -->
</ul>
</nav>
</header>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 OPR/131.0.0.0
Challenge Information:
Build a Cat Blog Page - Step 5