Good afternoon,
All of our projects have started with a !Doctype, then HTML in arrows and my code has that. The first error is I should have an H1 with an ID=, but I have that. Is the interpreter expecting me to start with the H1 without the doctype, html, head, and body tags? I wouldn’t think so.
The only issue with your code so far is that your link element should be inside the head. Other than that, all is good and as @Teller says, the first four tests should be passing.
It does not look like the tests are checking for the doctype, head, html, or body tags. I guess that works because the requirement is to build something that is “functionally” similar to https://survey-form.freecodecamp.rocks/. So I guess checking for styles and the other items you mentioned is not important for this particular exercise.