Hi i’ m having trouble with basic HTML, i didn’ t get why it’ s keep rejecting the answer
Hello @Selin_Melis, Welcome to the freeCodeCamp Forum.
The challenge doesn’t want you to put a comment on the h2 element.
so you need to uncomment on the h2 element.
Remove the <!--
s and -->
s
That should fix the problem
Hi @Selin_Melis !
Welcome to the forum!
I have edited your post to include the challenge link so we know what you are working on.
Also, please avoid posting screenshots for challenges because it is hard to read.
In the future use the ASK for help button which will generate your code and the challenge link.
As for this challenge, I would suggest reseting the lesson.
You task is to comment out the h1 and p tags.
This is how you comment out a tag.
<!--<p>I am commented out</p>-->
You do not need to create a new h1, h2, or p tag.
You need to comment out this h1
<h1>Hello World</h1>
and the p tag
<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>
Hope that helps!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.