Problem with indenting a whole paragraph

Tell us what’s happening:
I think there’s something wrong with the in-built code editor. I tried to indent a whole paragraph but it rather affects only the line of the paragraph. can you guys help me out

Your code so far


<h2>CatPhotoApp</h2>
<main>
<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>

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

1 Like

Hi… i think you have just forget about the slash (/) in < /main > :smiley:

Hi @chriswood!

Welcome to the forum!

I don’t know if I understand your question.

Was this what you are asking about?

If so, then that can be achieved through css which is something you will learn about in the next section.

am not getting your question well anyway you forgot the / in the main tag.