hi there, please click the reset button which looks like an arrow turning.
After than add a p element on the line below the h2 line
and copy the text given to you into it.
I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
PLEASE I HAVE TRIED ALL SUGGESTIONS BUT ITS NOT WORKING I NEED HELP FOR STEP 3 ,I HAVE SPENT MORE THAN 30HRS ON STEP 3[quote=“idahosa, post:1, topic:580940, full:true”] Tell us what’s happening:
Describe your issue in detail here.
Please click the reset button which looks like an arrow turning.
This will return the code back to its initial state.
You have to read more carefully in order to pass the step.
You said you tried everything but you haven’t read the instructions carefully which is step one.
Look at the editor area after you reset.
It has an h2 element in it and an empty line below it, correct? (If you don’t understand me, stop here and ask about anything you didn’t understand so far).
In the empty line, creat a p element. A p element is a paragraph element and looks like this
<p>some text in the middle</p>
Your p element should have the text below inside it (between the opening and closing tag)
Click here to view more cat photos.
Once you have done this, click the check button and it should pass.