I have copied exactly what the video says to do and it isn't working

Tell us what’s happening:

I have my anchor element right but I have watched videos and I cannot seem to get the “view more” part right. The code looks just like what the video says to do but the test still doesn’t say the code is right.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p> Veiw more  
<a href="http://freecatphotoapp.com" target="_blank">cat photos</a> 
</p>

  <img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">


  <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</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 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/nest-an-anchor-element-within-a-paragraph/

because you did not complete the instructions, it says:

Create a new p element around your a element. 

So nest the a element inside <p></p> tags

that should automatically fix the next test afterwards bc if you create an a element around your p element your a element will be nested in your p element

The third test you missed is self explanatory. pm me if something I said is not clear.

Look at the spacing after the first <p> and your spelling.

thanks, it works now. I feel very stupid now I should check my spelling next time. I guess the 3 days I put into this was for nothing:(

I’ve been there, I finally caught a spelling mistake one time by copying and pasting my code into Pages (or it could be any word processor, i.e. Word, that checks spelling).

Good to know I am not the only one! Thanks for the help and have a great day!