Assessment wanted for Form structure 1 skill test - VV

Hi Team :slight_smile:,

Would love an assessment on my completed Form Structure 1 assessment for this section on MDN.

My Live Site:
https://form-structure-assessment.glitch.me

My Code:

Let me know if this looks correct!

Cheers,
Vlad

Well done @Vladlen_Vronsky

Two comments:

  • When working with forms an alternative to <section> and <h2> could be <fieldset> and <legend>. But I think your version is also fine. :slightly_smiling_face:
  • Is there any specific reason for the <span>s inside the <label>s? Just
    <label for="name">Name:</label>
    
    seems fine to me.

See you,
Michael