Registration Form Step 3 Issue

Tell us what’s happening:
Describe your issue in detail here.
" Step 3

Next, add opening and closing head and body tags within the html element."
So I did but the feedback I got was " The head and body elements should be siblings."
I got the same issue as the CSS color ones regarding this matter as well. Did I do something wrong here or is this a bug?

Your code so far


<!DOCTYPE html>
<html>
<head></head>
<body></body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 3

Link to the challenge:

HI @Mizowo !

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

Or you can try another browser

1 Like

You were right! I did swap to chrome without any extention and that did the trick on this one and the similar problem in the color-marker step.
Thank you :sweat_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.