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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

HI @Karthik !

I would reset the lesson.

Take the h2, p and comment tags and move them two spaces to the right.

What’s the tag name jwilkins , please mention it

This is the comment tag

This is the h2 element

and this is the p element

HTML elements are made up of opening and closing tags.
Take all three of those elements and indent them two spaces to the right.

Hi there!

this is next step hint

Hint

Your comment should be below the h2 element and start 6 spaces over from the start of the line.

Can u please help in this?

If you are getting this error messages it sounds like you have rearranged the code when you are not supposed to.

I would suggest reseting the lesson.

The only change you need to make is to take these elements here and move them 2 spaces to the right.

  <h2>Cat Photos</h2>
  <!-- TODO: Add link to cat photos -->
  <p>Click here to view more cat photos.</p>

thank you jwilkins , its resolved

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