Learn HTML by Building a Cat Photo App - Step 6

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

I have added the 6 spaces it requested for indenting and multiple times it errors out saying it doesnt work.

  **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:

Sup DarkMalkav,

Are you adding the 6 spaces to one line of code?
Or, are you giving 2 spaces to your three ‘child elements’ below your parent element, “h2”?

Try to give 2 spaces to each child.

I hope that shines some light for you to move forward :wink: Code-Mate!

That might be the issue. the way it was worded wasn’t 2 spaces to each but 6 spaces as all in one.

Yup,

This will be a recurring theme throughout our learning journey. Some exercises are written that way. I guess that’s why the FCC Forum is formatted to socially
engage the collective. As we learn, we eventually become each others teacher,
mentor, support, and shoulder to lean on when the code has our heads pounding. Ink pens tapping, #2 Pencil biting and cursing at the computer screen.

We’re all doing it. I am glad to find others to relate my experiences with.
Be well, DarkMalkav.

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