Build a Cat Blog Page - Step 9

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

Hi. You need to add anchor elements around the text of the 3 list items.

Look at your text carefully next to the text in the instructions. It needs to be exact to pass. The tests are case sensitive.

2 Likes

welcome to the fcc forum @danielee.villafaez17
but you need to add anchor tags for each of the li tags
hope you found this useful😄