I am facing difficulties

**Tell us what’s happen
i could not indent the paragraph

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>Prr jump eat the grass rip the couch scratched sunbathe,shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched</p>
</main>

Your browser information:

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

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Welcome to the community!

Regarding why I couldn’t get your code to pass the test, there is a typo in the text of the 2nd p tag.

Regarding indenting the paragraph, there are several ways you can do this if you’d like, although they’re not required for the challenge. One way to do this is by using css (which you’ll learn more about later if you haven’t already) to add left padding to the tag to indent it. This article explains that way to do it.

1 Like