Is there a way to format the markup below in order to achieve the layout described?
<form>
<input name="one">
<input name="two">
<input name="three">
<input name="four">
<input name="five">
<input name="six">
<textarea></textarea>
</form>
Including the following arrangement:
input input textarea
input input
input input