Build a Cat Photo App - Step 15

Tell us what’s happening:

I have already given space before the attributes’ names but it repeatedly gives me error message that I haven’t given space before the attributes’ names.

Your code so far


     
      <p>Everyone loves <a href="https://cdn.freecodecamp.org/" target="_blank">cute cats</a> online!</p>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 15

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dfa2407b521be39a3de7be1.md at main · freeCodeCamp/freeCodeCamp · GitHub

Welcome to the forum @Haider60,

Add a target attribute with the value _blank to the cat photos anchor (a ) element’s opening tag, so that the link opens in a new tab.

It doesn’t look like you are working on the correct paragraph for this step…

Happy coding