question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Challenges request is not clear in https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-15

See original GitHub issue

Describe the Issue

Step 15
Before adding any new content, you should make use of a section element to separate the cat photos content from the future content.

Take all the elements currently located within the main element and nest them in a section element.

what the meaning of Take all the elements currently located within the main element and nest them in a section element ?

<section>
   <main> ....</main>
</section>

or

<main>
   <section>....</section>
</main>

??? I know how to do from the hint The existing h2, comment, p element, and anchor (a) element should be between the opening and closing tags of the section element.

if add the hint to challenges request, people will understand easylly.

Affected Page

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-15

Your code

   <main>
      <section>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
     </section>
    </main>

Expected behavior

no descript

Screenshots

No response

System

  • Device: [Laptop]
  • OS: [ Windows 10]
  • Browser: [Chrome, ]
  • Version: [102.0.5005.115]

Additional context

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gikfcommented, Jun 28, 2022

For me adding child to the sentence doesn’t change anything, it’s implied that all elements within other element are children elements of it.

Is the need to see hint to get deeper understanding about the task something bad?

1reaction
jeremyltcommented, Jun 27, 2022

I don’t think this change is needed. Nested is a term of the art that should be used.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common Technical Support Questions
Question: I just signed into my account and I don't see any of my past progress. Answer: You have created a duplicate account....
Read more >
[COLLATION] Completed and Submitted Challenges Not ...
This is a collation of all support topics concerned with Campers progress not being saved, after being certain they submitted them.
Read more >
How to Report a Bug to freeCodeCamp
Try resetting the code in the editor using the reset button on the ... Select http://www.freecodecamp.org; Find the challenge for which you ...
Read more >
Challenges are hard to read?
Which challenge? The challenges feature a video describing what to do and a sample project. Do these not help enough?
Read more >
About freeCodeCamp - Frequently Asked Questions
We're a 501(c)(3) public charity. How can you help me learn to code? You'll learn to code by completing coding challenges and building...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found