<h1>Form Placeholder Labels</h1>
<p class='explanation'>
Try clicking in the form elements to see the placeholder elegantly turning into a label, helping you remember what the field is for.
</p>
<div class='form'>
<div class='field'>
<input class='placeholder-input' id='email' required='required' type='text' />
<label class='placeholder-label' for='email'>Email</label>
</div>
<div class='field'>
<input class='placeholder-input' id='password' required='required' type='password' />
<label class='placeholder-label' for='password'>Password</label>
</div>
</div>