Hi! Thanks.
How does my code looks? How do I improve it?
Why is my dropdown different width as the rest of the input box?
Why is my submit button not aligning to the center?
Thanks again.
Hi! Thanks.
How does my code looks? How do I improve it?
Why is my dropdown different width as the rest of the input box?
Why is my submit button not aligning to the center?
Thanks again.
A few suggestions:
<label>
on the Age input is not done correctly<label>
<br>
to create vertical space between elements (this is considered bad practice), use CSS insteadThanks. It’s very helpful.