Text Input: Inline Labels

Use input-label to place a label to the left of the input element. When the user enters text the label does not hide. Note that there's nothing stopping you from also using a placeholder label too.

<divclass="list"><labelclass="item item-input"><spanclass="input-label">Username</span><inputtype="text"></label><labelclass="item item-input"><spanclass="input-label">Password</span><inputtype="password"></label></div>