Learn HTML by Building a Cat Photo App - Step 12 i am a new HTML learner .. plz help me!

Tell us what’s happening:
Describe your issue in detail here.
where i do mistake… i don’t know well english . that’s why i don’t understand exactly but i am trying … help me

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 more <a> href="https://freecatphotoapp.com">cat photos</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53

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

Link to the challenge:

Please 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!

I’m a HTML Beginner,

I’m stucking at level 12, my last code here, please advise me

<a href="https://freecatphotoapp.com"> <p>"Click here to view more cat photos."</a></p>

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

You need to move the anchor tag so that only the last two words become a link.
(Right now the whole sentence is a link)

The end result should look like this in the preview pane:

Click here to view more cat photos.

2 Likes

3 posts were split to a new topic: How to use this forum and get help

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