I would recommend you wrap each input and its associated text in an element. If you wrapped them in a div then they would automatically be on separate lines since divs are block level elements. But you also need to associate the text with the input, so you could wrap them in a label element to solve that issue and then use CSS to set their display type to block.