Build a job application form help

I am stuck on step #7 I have researched, and watched the video with no progress.

here is my code:

            <input type="radio" name="availability" value="fulltime">

            <label for="fulltime">Full Time</label>



             <input type="radio" name="availability" value="partime">

            <label for="partime">Part Time</label>

        </fieldset>

and here is the error:

Inside .radio-group you should have a group of input elements with the type radio for selecting availability options. The group name should be availability.

https://www.freecodecamp.org/learn/responsive-web-design-v9/lab-job-application-form/lab-job-application-form

hi, welcome to the forum.

Can you edit your post and add a link to the exercise or challenge that you are working on? (so we can check?)

Hi @hbar1st here is the link which is already provided in the post.

https://www.freecodecamp.org/learn/responsive-web-design-v9/lab-job-application-form/lab-job-application-form

thank you for the tip, I added the link.

yes, thanks. It was added after I asked for it.

can you provide your entire code? (re-edit and provide the whole contents of your html file)

Labels are not associated with radio buttons. (btw, there is no Test #71)

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.