I need the label to stay on the same line as the input field they are labeling. I want these elements to flow like they normally would when the window resizes, i just want t
Put the input in the label, and ditch the for attribute
input
for
label1:
But of course, what if you want to style the text? Just use a span.
span