I can't seem to get right the opening main elements

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**


<main> 
<p style="margin-left:20%;margin-right:20%;" >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 style="margin-left:20%;margin-right:20%;"> 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>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; Infinix X683) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Mobile Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

The styling is not required in this challenge. When I removed it. It passed for me. You’ve also closed your main twice- get rid of the other one.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.