Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
I’m not sure where I’m going wrong here could you please help me out. I’ve typed the same code and made sure that the link is cat photos maybe my syntax is messy.
Your code so far
<p>See more<a href="https://freecatphotoapp.com"> cat photos</a> in our gallery.</p>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15

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

Link to the challenge:

Hello and welcome to our forum. We need to see your code so that we can help you.

Use these symbols </> on your editor to paste your code.

Hi :smiley:

If you try the step three times, a button will appear, clicking the button will automatically create a post with your code included.

Before posting you can edit anything you like in the post.
Above your code you can add your question, what you have already tried, and any links you think may be relevant to your question

you can also include code in reply using the back tic `
if you cant find a back tic on your keyboard use ALT + 096 to display one.

use a back tic before and after a code line, and three above and below a code block

1 Like

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

My code is

<p>See more<a href="https://freecatphotoapp.com"> cat photos</a> in our gallery.</p>

Thanks everyone for the support, so where am I going wrong?

You have spacing issues.

You need a space after more, and get rid of the space that is there before the word “cat”

Thank you!
Your a legend

2 Likes

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