Build a Hotel Feedback Form - Step 9label and text input query hotel feedback form

Tell us what’s happening:

hi cannot seem to get the label element correct. what am i doing wrong. confused.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Hotel Feedback Form</title>
  </head>
  <body>
    <header>
      <h1>Hotel Feedback Form</h1>
      <p>
        Thank you for staying with us. Please provide feedback on your recent
        stay.
      </p>
    </header>
    <main>

<!-- User Editable Region -->

      <form method="POST" action="https://hotel-feedback.freecodecamp.org">
        <fieldset>
          <legend>Personal Information</legend>
        <label for="full-name">Name:</label> required>
<input required type="text" name="name" id="name">
        </fieldset>
      </form>

<!-- User Editable Region -->

    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Hotel Feedback Form - Step 9
https://www.freecodecamp.org/learn/full-stack-developer/workshop-hotel-feedback-form/step-9hi. doing the label and text. confused. need a little advice. does not like the text and how to do the required on the label. know how to do that on the text. is this the correct code. can any one shed any light and help me to get it pass. ahve reset the lesson 3 times. still not liking it. and now looked at the code example and trying my code. so will paste the error message and my code.
marvin.

    <label for="full-name">Name:</label> required>
Your `label` element should have the text of `Name (required):` .

You should match the highlighted text exactly Name (required):.

Your label only has the text “Name:”

Sometimes on forms it will just say “required” so the user understands that field is required.

hi totally confused. so whats the correct code to get this to pass. have reset it a few times. totally confused. trying to understand, does not like the name text in the label. what stupid thing am i doing? please help. so will paste the error message and the code below.
help?
frustrated.
not sure what it is asking. tried to understand, but getting confused with the label.
marvin.

Your label element should have the text of Name (required): .
Name required>

hi and heres the code. sorry.
Name required>

hi heres the codeName required>

hi, can you just show me what i need to type. not liking it and tried about 10 times and reset it. first time doing the required inside the label tag. not liking the name. please help.

hi, still not liking it. can some one shed any like and show me the code. not liking the name text. so not sure, unless have to have it in all upper case.
help?
frustrated.
how to get this to work. or doing something stupid, dumb, or just blind and cannot see. did listen to the insturctions. can some one help me out. this is driving me nuts. yes reset it again, it does work in my local copy in vs code. just shows me a blank edit field. why is it falling over. am i not getting it or trying to hard. please help me out asap.
marvin.
Your label element should have the text of Name (required):

I am not sure you are being read that, the word required is surrounded by parentheses, and the label element will need to contain all that, Name (required)