Struggling to pass this level please help and explain to me many thanks

Basic HTML and HTML5: Comment out HTML

Remember that in order to start a comment, you need to use <!-- and to end a comment, you need to use -->

Here you’ll need to end the comment before your h2 element begins.

Comment out your h1 element and your p element, but not your h2 element.

@robert1enys Hi there,
You have a problem with which lesson? please send a link to it

question 5 please exsplain many thanks

this one? https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/uncomment-html

You’d either write code or simple text. The code is complied while text won’t even be considered for compiling. They are simply explanations for programmers and ourselves.

<!-- i wrote this code YEY -->
<h1>This is the real meat! the real code!</h1>

brilliant thank very much i appriate it

Welcome, robert1enys.

For future reference, if you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.