It’s against forum rules to just hand someone a solution. That will not help you learn. Part of becoming a good developer is learning how to debug your own code by using available resources.
Photos/screenshots of an error can be helpful, but it also helps to provide the complete code. Posting the code helps us help you better!
When you enter a code, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Happy coding
which resources please?
Please copy your code and paste it into a message here along with any questions you might have.
Here are some troubleshooting steps you can follow. Focus on one test at a time:
- Are there any errors or messages in the console?
- What is the requirement of the first failing test?
- Check the related User Story and ensure it’s followed precisely.
- What line of code implements this?
- What is the result of the code and does it match the requirement? (Write the value of a variable to the console at that point in the code if needed.)
If this does not help you solve the problem, please reply with answers to these questions.
i have passed it thanks
– removed –
thanks for your assist
Please ask if you do not understand how to use the validator.
Internet searches like:
- “how to link a label to an input element in html code”
- “what attributes does the html label element take”
- “what values are not allowed for an id attribute in html”
freeCodeCamp lectures and articles like:
Understanding the HTML Boilerplate - What Is an HTML Boilerplate, and Why Is It Important? | Learn | freeCodeCamp.org
It is great that you solved the challenge, but please don’t share your solutions here.
Thanks
ok no problem boss,i want to know how to use validator for my code
Great! I’m working on it…will get back to you.
Okay. Here you go. If you want to follow along, I used the code you posted to the forum 5 days ago for the Checkout Page. This link is supposed to be unrestricted access.

