Here is the HTML snippet I am working with:
<div>
<p><label>Faculty <input type="text" class = "f"></label></p>
<p><label >Department<input type="text" class = "f"></label></p>
</div>
Is there a way to display the textboxes one below the other without any shifting in their positions?