Je n’arrive pas a finir cette étape

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
   <p>click here to view photo cat<a href="https:/catphotos.org"></a></p>
    
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPad; CPU OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/102.0.5005.87 Mobile/15E148 Safari/604.1

Challenge: Step 12

Link to the challenge:

…?


This is a malformed anchor element.

You should use the anchor element you finished on the previous step, but move the entire thing into the p element.

D’accord merci mais il est exigé qu’il y a « cat photos » du coup je dois le rajouter à l’élément d’ancrage précédent ?

The previous anchor element had the text cat photos between the opening and closing tags already.

      <a href="https://freecatphotoapp.com">cat photos</a>

Oui c’est ce que je me suis dis aussi pourtant que je fais <p>Click here to view more <a href=«https://freecatphotoapp.com »>cat photos</a></p> cela m’indique que : The link’s text should be cat photos . You have either omitted the text or have a typo. Je ne comprend pas

What’s going on with these strange marks? You should have quotation marks "" around the url.

Oui j’ai mis des guillemets

What is your code with the quotes instead of the brackets?


When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

D’accord je ferais attention la prochaine fois, merci.

Please paste your code instead of a picture. I can’t verify the characters in your picture.

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