main>
<p>Purr jump eat the grass rip the couch scratched sunbathe</p>
<p>shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
<main>
I keep ggeting this response each time I run the test. // running tests
Your code should have one main element.
The closing main tag should come after the second closing paragraph tag.
// tests completed
I have been trying to get pass here but to no avail. what is wrong here. please.
I’ve edited your post 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 easier to read.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.
Hello,
I think @tiroloquo has pointed the problem with your code snippet.
There are two main tags which is why you are facing the problem.
Following is what should be the correct format of the code –
<main>
<p>Purr jump eat the grass rip the couch scratched sunbathe</p>
<p>shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>