Learn HTML by Building a Cat Photo App - Step 10

I just really dont understand.

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
      <a><"https://freecatphotoapp.com">cat photos><a/> 
      <img src="https://cdn.freecodecamp.org></a>/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your mobile information:

KFONWI - Android 9 - Android SDK 28

Challenge: Learn HTML by Building a Cat Photo App - Step 10

Link to the challenge:

Hi there and welcome to the forum. The instructions for the challenge step is: Add an anchor element after the paragraph that links to https://freecatphotoapp.com. At this point, the link won’t show up in the preview.

You have an example in the challenge step:

Example Code
<a href="https://www.freecodecamp.org"></a>

What do you not understand?

2 Likes

Hi! I dont seem to understand the example code that you showed im going back and forth in my notes and what they are telling me but it dose not make sense to me at all.

Look at that:

<a href="https://www.freecodecamp.org"></a>

That’s the anchor element you need to add for the challenge step aft that:

Paragraph element.

For the challenge step, you didn’t need to add any text to the within the anchor opening and closing tags.

Im sorry I still don’t get it😞

what doubts do you have?

Im not sure where i should put the anchor element.

below the p element
reset the step, you will see an empty line. There.

Its saying i have to connect it to the link

can you show what you have written?

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

Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
      <a href="https://www.freecodecamp.org"></a>
      <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 mobile information:

KFONWI - Android 9 - Android SDK 28

Challenge: Learn HTML by Building a Cat Photo App - Step 10

Link to the challenge:

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 (').

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

<html>
  <body>
    < main>

 '
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Everyone loves cute cats online!</p>
      <a href="https://www.freecodecamp.org"></a>
      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
<

I’ve edited your code for readability. 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 (').

what do the tests say with your code?

This is what it say
Add an anchor element after the paragraph that links to https://freecatphotoapp.com. At this point, the link won’t show up in the preview.

and what does your anchor links to?

I don’t know, I did what you told me and when I hand it in it says

Your anchor (a) element should link to https://freecatphotoapp.com. You have either omitted the URL or have a typo.

look at your code, is that the url you have used?