mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update forms example to show sequential form inputs for later testing
This commit is contained in:
parent
51dfa21009
commit
d651c01e10
1 changed files with 4 additions and 2 deletions
6
css.html
6
css.html
|
@ -1169,8 +1169,10 @@ For example, <code><section></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>
|
||||
|
|
Loading…
Reference in a new issue