Hello
I am getting an error message, but cannot correct it.:
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<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>cat nip</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 other</li>
<li>cats</li>
</ol>
</section>
</main>
</body>
</html>
What error message are you getting?
What have you tried to correct it?
What parts of the error message are confusing?
What is the link to the challenge?
I am getting
Test
Sorry, your code does not pass. You’re getting there.
Hint
You should have three li
elements with the text flea treatment
, thunder
and other cats
in any order.
JeremyLT:
What have you tried to correct it?
What parts of the error message are confusing?
What is the link to the challenge?
Ok, can you answer these other questions too?
Sorry, the smiley face was an error, should have been a " : "
I believe what I wrote for the html is correct
My understanding of what is being asked is to create an ordered list, with 3 listings. My formatting is correct, and its withing the correct section, so i am still not seeing my error
Still missing this part, please
Not sure what you are referring by the link. I have never posted before on here before, so pardon my ignorance.
When you are on any website, at the top of your browser window, there should be a URL in the address bar. If you share that other URL, then other people can see the website you are visiting.
It really helps when asking questions if you provide that URL.
Oh, I thought you referring to something else:
I had a typo, and sorted it out. Thanks for your time
Ah, you must have seen it just as I did
You should have three li
elements with the text flea treatment
, thunder
and other cats
in any order.
other
wandered off to hang out with thunder