Build a Cat Photo App - Step 38

Tell us what’s happening:

Guys i put the head tag below and above the body tag with the correct characters, and i even indented and backspaced the opening and ending head tags to align with the slanted structure (if yk what i mean) . I saw another post about this same issue but the I didnt understand the solution and I have been having this issue in step 38 for weeks. Also, could a leader or staff member please change my username to papayanaya.

Your code so far

<html>

<!-- User Editable Region -->

<head>  

<!-- User Editable Region -->

  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <section>
        <h2>Cat Photos</h2>
        <p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
        <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
        <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
      </section>
      <section>
        <h2>Cat Lists</h2>
        <h3>Things cats love:</h3>
        <ul>
          <li>catnip</li>
          <li>laser pointers</li>
          <li>lasagna</li>
        </ul>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg" alt="A slice of lasagna on a plate.">
          <figcaption>Cats <em>love</em> lasagna.</figcaption>  
        </figure>
        <h3>Top 3 things cats hate:</h3>
        <ol>
          <li>flea treatment</li>
          <li>thunder</li>
          <li>other cats</li>
        </ol>
        <figure>
          <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Two tabby kittens sleeping together on a couch.">
          <figcaption>Cats <strong>hate</strong> other cats.</figcaption>  
        </figure>
      </section>
    </main>
    <footer>
      <p>
        No Copyright - <a href="https://www.freecodecamp.org">freeCodeCamp.org</a>
      </p>
    </footer>
  </body>
  </head>
</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/148.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 38

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/workshop-cat-photo-app/5ef9b03c81a63668521804ea.md

Welcome to the forum @papayanaya,

Add a head element above the body element.

Most HTML elements include both a start tag and an end tag.

Keeping that in mind, do you have a complete head element above the body element?

You may want to review this theory lecture about the HTML boilerplate:
Understanding the HTML Boilerplate - What Is an HTML Boilerplate, and Why Is It Important? | Learn | freeCodeCamp.org

Happy coding

yeah, isn’t my head element complete? it has the same <> tags around it like the other opening tags.

And can someone help me change my username, i want to change it to papayanaya

you have a complete opening tag, but most elements also need a closing tag

Hi. Look up the computer menu of the console code background.

Your head element’s end tag is not above the body element. Did you look at the HTML boilerplate as a reference?

Your username has been changed.

Yes i did, thank you for your help