Introduction to HTML5 Elements como terminar esta seccion

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2><main>
<p>Kitty ipsum text</p>
<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>
<h2>Kitty ipsum text<h2>

Your browser information:

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

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

You need to wrap the paragraphs in the main element. You have one main element, but you did not close it. Add a closing main after the last p element. Also to make the code look better add the first main element on a new line under the h2.

Screenshot_1
Use this way

1 Like