You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
Hello! Welcome to the forum.
Remember next time to try describing your issue.
Great job on your code so far.
You section opening element is nested in your other section. Move one of the opening section element tags to directly before the last closing section tag.
got it you need to make a new section below the first section for example
<body
this is just an example mind and ignore what i have put inside the section and make a completely new section and it will pass thanks
<then this is the new section below the other section tag thanks
We notice, the closing of the first one. We are asked to enter the new section below the first section.
In the example, the new article tag has been placed below the closing tag of the first article. This would be the same as placing the new section tags after the first section.
When we are asked to enter any code below another code, we always need to find the closing tag of the original code.
Example: Enter a new label element with a nested input element below the paragraph one. Then, enter a new paragraph tag below the label.
<p>Learning to code is fun.</p>
<label> Opening label
<input>
</label> Closing label
<p></p> New paragraph
If we had entered the new p element before the label closing tag, it would still be within the label, instead of outside it.
@GrannyIsA-Dreamer has explained but I feel this isn’t the right place to talk about this, if you have a problem create a new topic and you will be assisted in any possible way.
Hello Abby,
am only following an instruction that came up when i requested for help as seen below
“If you’ve already tried the [Read-Search-Ask] ) method, then you can ask for help on the freeCodeCamp forum.
Before making a new post please check if your question has been answered on the forum”
my questions has already been answered in this post so why should i create another one? please kindly advise
Exactly! @bikewun
That’s what I mean. If you haven’t found a solution to your challenge you are expected to create a new topic.
And if you find a topic of someone else that relates to your area of concern, take a look at it and if it still doesn’t satisfy you CREATE A NEW TOPIC.