# Assessment wanted for \_Form structure 1 skill test\_

**URL:** https://discourse.mozilla.org/t/assessment-wanted-for-form-structure-1-skill-test/100803
**Category:** Learn
**Created:** [July 24, 2022, 11:27am UTC](https://discourse.mozilla.org/t/assessment-wanted-for-form-structure-1-skill-test/100803 "2022-07-24T11:27:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Saif\_Alhadithy](https://avatars.discourse-cdn.com/v4/letter/s/f07891/32.png) [@Saif\_Alhadithy](https://discourse.mozilla.org/u/Saif_Alhadithy)
#### Post date: [July 24, 2022, 11:27am UTC](https://discourse.mozilla.org/t/assessment-wanted-for-form-structure-1-skill-test/100803/1 "2022-07-24T11:27:26Z")

</div>

Hello, I need assessment for my code please!

Link to the task: [https://developer.mozilla.org/en-US/docs/Learn/Forms/Test\_your\_skills:\_Form\_structure](https://developer.mozilla.org/en-US/docs/Learn/Forms/Test_your_skills:_Form_structure)

Link to the code [https://codepen.io/Sephykun/pen/bGvRXzR?editors=1000](https://codepen.io/Sephykun/pen/bGvRXzR?editors=1000)

for the two containers i tried using section and also fieldset and im not sure which one i should be using in this case but i used fieldset with legend to separate the two. Please tell me if im missing something!

---

<div class="post-metadata">

### Author: ![mikoMK](https://sea1.discourse-cdn.com/flex001/user_avatar/discourse.mozilla.org/mikomk/32/50456_2.png) [@mikoMK](https://discourse.mozilla.org/u/mikoMK)
#### Post date: [July 25, 2022, 12:48pm UTC](https://discourse.mozilla.org/t/assessment-wanted-for-form-structure-1-skill-test/100803/2 "2022-07-25T12:48:46Z")

</div>

Hi @Saif_Alhadithy and welcome to the community 👋

It was the right choice to use fieldset/legend. You also correctly associated the labels with the inputs. 👍  
You are still missing the last subtask:

> Add a suitable set of structural elements around the label/field pairs to separate them out.

Can you think of a fitting element for that?

Cheers,  
Michael
