Comment out HTML Holle Guys I,ve just finsh this first ever code and I wondering whether it is correct or not ,and also what is the next step because there is no farther instructions about what I have to do next,so please I need your help ,Thanks

Tell us what’s happening:

Your code so far

<h1>Hello World</h1>

<h2>CatPhotoApp</h2>
<!-- comment -->.
<p>Hello Paragraph</p>
-->

Your browser information:

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

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

Two things you’ll want to do:

  1. put the h2 line into the middle of you comment line. Some thing like this <!-- your text here -->

  2. delete the --> after the paragraph.