Learn HTML by Building a Cat Photo App - Step 26

Tell us what’s happening:
" Hint
You should have three li elements with the text flea treatment, thunder and other cats in any order."

I have put three ‘li’ elements and it still doesn’t work. I have also tried closing each element with and it still didn’t work. Any advise would be appreciated.

  **Your code so far**
      <ol>
        <li>"flea treatment"
        <li>"thunder"
        <li>"other cats"
      </ol>
        
    </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/104.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 26

Link to the challenge:

You’ve done a good job but the reason it doesn’t work is because you added double quotes on each line which are not required for this exercise.

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