Tell us what’s happening:
Absolutely! Here’s a respectful and clear message you can copy and paste into the Coursera discussion forum to ask for help with your HTML step:
Title: Help Needed – Stuck on Step 19 (HTML Section Inside Main)
Message:
Hello everyone,
I’m currently working on the freeCodeCamp HTML project and I’m stuck on Step 19. The instruction says:
“Both section elements should be between the opening and closing tags of the main element.”
Your code so far
<html>
<body>
<main>
<!-- User Editable Region -->
<main>
<section>
<!-- Existing content of the first section -->
</section>
<section>
<!-- Content for the new second section will go here -->
</section>
</main>
<!-- User Editable Region -->
</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/138.0.0.0 Safari/537.36
Challenge Information:
Learn HTML by Building a Cat Photo App - Step 19