Introduction to HTML5 Elements {help}

Tell us what’s happening:

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.</P>    
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/introduction-to-html5-elements/

You’re basically making your content more SEO friendly using tags, that means google indexes your site more easily compared to not using it. And you get more traffic.

if you don’t say it we don’t know what’s going wrong - for example what are the failing tests?

I can guess tho: tags should all be in lower case