I cannot get the code right

Tell us what’s happening:

Your code so far


<h1>Hi</h1>
<h2></h2>
<p></p>This is getting to be fun</p>


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:61.0) Gecko/20100101 Firefox/61.0.

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

You have closed p tag twice.

Thanks. I am new to coding. My first try at it. Any tips on where to start?

For this challenge, you have to understand commenting in html.
It is done using
<!-- part you wish to comment -->
So read the instructions carefully and try solving.

Just try to go through FCC curriculum and whenever you are stuck you can always google and come back here for help. And just don’t get overwhelmed and give up. Happy coding.
All the best for your coding journey.

Thanks so very much for your help and encouragement.