Am in part 4 and its hard

Tell us what’s happening:

help i dont understand

Your code so far

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

<h2>Uncommented</h2>

<p>Hello Paragraph</p>
<-->and end a comment with</-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (X11; CrOS x86_64 10323.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.209 Safari/537.36.

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

What don’t you understand? What different things have you tried?

<!--and end a comment with-->
<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>
<--page-->

i cant go futher

I’ve edited your post for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums

<--page--> What is this?

What are you supposed to be doing in this challenge? What do the failing tests say? What else have you tried?

Comment out your h1 element and your p element, but leave your h2 element uncommented.

this is what an H4 element looks like when it has been commented out…?

<!--
<h4>Hello Dolly</h4>
-->