Hi! I finished the form structure 1 skill test, could someone please review it?
Here is my code, and here is the assessment page.
Thanks, have a very nice day!
Good to see.That is a simple example as you go further you will learn more about web . It is just start . Enjoy your journey friend. Have a good day.
1 Like
Hi @funny-monke
Good work!
- You used
<section>
and<h2>
for separation. When working with forms there is a better way. Have a look at the first example on MDN | Web Forms. Can you spot it? - Correct
- Correct
Alternatively you could also use an unordered list or
<div>
tags.
Have a nice weekend!
Michael
1 Like
Hi, thank you for taking the time to give me a quality answer.
I guess the best way to separate fields is to use <fieldset>
. I changed the code accordingly. I also think that on firefox, the default appearance is better with this tag.
Thanks!
1 Like
Correct!
Now it looks really nice with fieldset and legend.
Great job!
Michael
1 Like