I dont understand that stage,can someone help please

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

Your code so far


<h2>CatPhotoApp</h2>
<!--
<main><p>good bye</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>
<p>purr jump eat the grass rip the couch scratched</p><p>goodbye</p>
</main>
-->

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; itel W6004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36

Challenge: Introduction to HTML5 Elements

Link to the challenge:

Welcome to the community!

You are pretty close to a solid solution! The extra

tags are going to get in the way. The solution should have one section with 2

tags inside with the given text, and then a closing main tag. Clean it up a bit, remove the comments, and you should be set!

 <p>good bye</p>

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