Build a Hotel Feedback Form - Step 1

Tell us what’s happening:

I am working on this but error of “ must be in ” even though am doing it right, i even tried the code provided from this site.

Survey Form

Your code so far


<!-- User Editable Region -->

<!DOCTYPE html>
<html lang="en">
  <head>
  </head>
  <body></body>
</html>


<!-- User Editable Region -->

Your browser information:

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

Challenge Information:

Build a Hotel Feedback Form - Step 1

hi and welcome to the forum!

Try not to copy code when you are learning as it is best to get feedback on your own efforts instead of someone else’s.

The code above is correct but this step was surprised to see you added a body element.
(since it didn’t request it and that messed up the step)

Remove the body element and it should work.