I have an HTML form element:
Name
I would wrap your rows in labels
Name Phone number Year
And use
label, input { display: block; } label { margin-bottom: 20px; }
Don't use brs for spacing!
br