Learn HTML by Building a Cat Photo App - Step 6

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 more cat photos.</p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0

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

Link to the challenge:

you should wrap the text cat photo’s in an a tag

Hi, this lesson does not require wrapping anything in an anchor tag.

Please check the lesson link before offering help, as wrong advise may confuse someone.

1 Like

my bad, it may be the p tag that needs an indent

1 Like

Hi welcome to the forum!

Please try to describe your issue in more detail in the ‘tell us what is happening’ section in future, you can write your own text in this section. It makes helping much easier.

You’re on the right track putting space before the elements but haven’t quite got the right amount of spaces. Your h2, comment and p element need to be exactly two spaces from the start of your main element.

1 Like

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