Web Design - Survey Form Error

Why is everything listed as undone? As you can see on the right, everything should be ok, I guess??

On line 10 of your code, you are missing the simple '/' for the closed tag of <p>. It is supposed to be </p>, not <p> as your current code. Therefore, it makes the whole code encounter syntax error.

Try doing so and see if it fixes your problem.

1 Like

It appears the ‘title’ in the head is missing and the closing for it.
Vincent suggested the fix, I believe.

1 Like

…God. Even after you said I had trouble seeing the mistake. Thank you so much, yes, it’s working now. I thought everything was fine because I am doing mostly on VSCode, I messed up.

1 Like

You’re right! Thank you