Assessment wanted for _Form structure 1 skill test_

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

Link to the code 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!

Hi @Saif_Alhadithy and welcome to the community :wave:

It was the right choice to use fieldset/legend. You also correctly associated the labels with the inputs. :+1:
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