My Survey Form text and input box

Tell us what’s happening:

My text goes on a different line than the input box.

Your code so far
https://codepen.io/ryanhuang13/pen/BgPGYj
Too much to type
Your browser information:

Chrome 75
Link to the challenge:
https://codepen.io/ryanhuang13/pen/BgPGYj

Well, I don’t know if I fully understood your question, but you used <caption> on the " Your name " and then a paragraph <p> on the Email one, try to switch the paragraph to caption.

Also, the tag you should be using is <label> Your Name </label>, so I advise you change both to a label instead of captions because captions are normally meant for tables. Good luck!

Alright, I’ll try. I’ll explain again. The input boxes are breaking onto the next line instead of staying on the same line.

Remember that you used a paragraph as I said in the second one, so try to change both the paragraph and caption to label and see if that works for you.

You also have a break line <br>.

Nevermind, figured it out. The padding on the page was playing tricks on me.