Basic coding class

Tell us what’s happening:
I can’t indent paragraph with my phone

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 scratched
</main>     

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X624B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36.

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Note though, that indenting won’t effect the code tests, just readability.

to indent, just put the cursor at the beginning of the line and type some spaces


your issue with this challenge is:

  • the second paragraph should start with Purr jump eat (note the upper case P)
  • you are missing the closing p tag

Try adding padding to your <P>