Cuéntanos qué está pasando:
- about
- posts
- contact
Tu código hasta el momento
<!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 peacefully sleeping"
/>
<figcaption>Mr. Whiskers Sleeping</figcaption>
</figure>
<!-- User Editable Region -->
<nav>
<ul>
<li>about</li>
<li>posts</li>
<li>contact</li>
</ul>
</nav>
<!-- User Editable Region -->
</header>
</body>
</html>
Información de tu navegador:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0
Información del Desafío:
Build a Cat Blog Page - Step 9