Am new to coding

am having issues with these i need more clerification please
Comments in HTML start with <!-- and end with a -->

Hi and welcome to the forum!

It is difficult to help you without seeing your code and a link to the challenge you are working on.

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.

You’re probably overthinking it.

<!-- anything that looks like this is an html comment -->

please what is the meaning of this error message Your

h1

element should be visible on the page by uncommenting it.

When you “comment out” code by putting <!-- and --> around it, that code does not run and the elements do not appear on the screen. If you want to “uncomment” code, that means to remove the comment symbols. You need to remove the <!-- and -->.

how do i uncomment a statement that start with "

Comments don’t start with ". They start with <!--.

1 Like

did you understand that

Hey, welcome to the forum,

<!-- When you see a greyed out text like this that means it's a comment and it doesn't run -->