Hi Team ,
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
Hi Team ,
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:
<section>
and <h2>
could be <fieldset>
and <legend>
. But I think your version is also fine.
<span>
s inside the <label>
s? Just<label for="name">Name:</label>
seems fine to me.See you,
Michael