The H3 element with the Things cats love: text, add an unordered list (ul) element. Note that nothing will be displayed at this point

Desc
It said to put the ul elements above the sections closing tag but I thought I did

My Code

https://freecatphotoapp.com
    </section>
    <section>
      <h2>Cat Lists</h2>
      <h3>Things cats love:</h3>
      <ul>
        
      </ul>
    </section>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36 OPR/88.0.4412.75 (Edition std-1)

Challenge: Step 19

Link to the challenge:

The snippet of HTML you gave us does look correct, so if you are not passing this step then there may be something else in the HTML that is wrong. Please paste your entire HTML in here so we can take a look.

Oh for some reason some of my code was deleted? I didn’t notice that probably caused it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.