Comment out HTML h2

Tell us what’s happening:

I have tried multiple ways and still can’t get approval for:
Leave your h2 element uncommented so that it is visible on your page.
and
Be sure to close each of your comments with -->.

Your code so far

<!--
<h1>Hello World</h1>

<h2>Family Deals</h2>

<p>Hello Paragraph</p>
-- Family Holiday Packages-->

Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/comment-out-html

Your h2 element is inside the comment block. Everything between the <!-- and --> is commented out.