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 issueDescribe 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
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:
- Created a year ago
- Comments:9 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?
I don’t think this change is needed.
Nested
is a term of the art that should be used.