Update forms example to show sequential form inputs for later testing

This commit is contained in:
Mark Otto 2013-07-20 20:11:53 -07:00
parent 51dfa21009
commit d651c01e10
1 changed files with 4 additions and 2 deletions

View File

@ -1169,8 +1169,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<form class="bs-example">
<fieldset>
<legend>Legend</legend>
<label for="exampleInput">Label name</label>
<input type="text" id="exampleInput" placeholder="Type something…">
<label for="exampleInputEmail">Email address</label>
<input type="text" id="exampleInputEmail" placeholder="Enter email">
<label for="exampleInputPassword">Password</label>
<input type="text" id="exampleInputPassword" placeholder="Password">
<p class="help-block">Example block-level help text here.</p>
<div class="checkbox">
<label>