Introduction to HTML5 Elements INDENTING

i need help with this. i have been stuck on here for hour. tried my best
<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff</p>

<main>

<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

</main>

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.

Note: Backticks are not single quotes.

markdown_Forums

If memory serves, both the p elements should be inside the main element.

1 Like

no cos i have tried doing that

What do the failing tests say?

1 Like

// running tests

The main element should have two paragraph elements as children.

// tests completed

have just fixed it at last. thank u