Not complete challenge

Tell us what’s happening:
Describe your issue in detail here.

i write code not complete challenge what is issue ? What is mistake?

<ol>
<li>things</li>
<li>cats</li>
<li>hate</li>
</ol>
<ul> 
<li>Things</li>
<li>cats</li>
<li>love</li>
</ul>

   **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; RMX1851) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36

Challenge: Create an Ordered List

You should have an ordered list for Top 3 things cats hate:

You should have an unordered list for Things cats love:

You should have only one ul element.

You should have only one ol element.

You should have three li elements within your ul element.

You should have three li elements within your ol element.

Your ul element should have a closing tag.

Your ol element should have a closing tag.

Your li element should have a closing tag.

The li elements in your unordered list should not be empty.

The li elements in your ordered list should not be empty.

Hi, please send the code and link to the challenge

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Hi @kembhavis23 !

Welcome to the forum!

When asking for help please post the entire code.

Looking at what you posted, it looks like you are missing some code.
I am looking at the challenge and it shows this.

  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>

I don’t see those p tags in your code.
Reset the lesson and make sure not to delete anything.
You are just supposed to add to the code.

Hope that helps!

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