What tags haven't been closed yet >

Tell us what’s happening:

In the middle of the task. I thought I have all closed tags.

Your code so far


<h2>CatPhotoApp</h2>
<main>

<p> View More
   Here's  <a target="_blank" href="http://freecatphotoapp.com" >Cat Photos </a> 
</p> 
 <a> For you to follow </a>
 <img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
  <p>Kitty ipsum color sit amet, shed <a href="http://freecodecamp.org"> everywhere 
  </a> 
  <a> stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</a> 
   </p>

 <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

1 Like

Hello~!

Your code passes all of the tests on my end. :slight_smile:

1 Like

This looks unfinished. This code is fine alone, but for the challenge, it asks to nest your “a” element in a paragraph tag. So make sure to put a p tag before and after a. Hoped this helped! :slight_smile:

You can copy and paste your code into this Validator to check your html code. The first few errors will be about not having a <head>. Ignore those. The last error from running your code through the validator does need your attention.

https://validator.w3.org/#validate_by_input

1 Like

Thank you for your feedback. So I have never known that I could validate somehow …
So how I could use it ?

This was new to me as well. Copy your freeCodeCamp challenge code right from the freeCodeCamp page, go to the link above and paste in your code. It will find errors for you.

It may actually be too early for you to use it much. You learn best from making those early mistakes. The time it takes to figure it out makes you remember the mistake, so you can avoid it more often in the future. But if you’ve been stuck for a long, long time and haven’t found help yet, go ahead.

It is so cool that you are starting the lessons. I started in February and I’m almost done with the JavaScript challenges. freeCodeCamp’s way of teaching works well for my brain. I learn more by reading, than by listening to a video. Good luck!

1 Like

Yes, I’ve been stuck for a while . Thank you . I’ve been told "wish me skills " instead of “Good Luck”. Due to the reason : that we are the ones who make life the way it is.

1 Like

I like that very much!

1 Like