mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Update forms example to show sequential form inputs for later testing
This commit is contained in:
6
css.html
6
css.html
@@ -1169,8 +1169,10 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<form class="bs-example">
|
<form class="bs-example">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Legend</legend>
|
<legend>Legend</legend>
|
||||||
<label for="exampleInput">Label name</label>
|
<label for="exampleInputEmail">Email address</label>
|
||||||
<input type="text" id="exampleInput" placeholder="Type something…">
|
<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>
|
<p class="help-block">Example block-level help text here.</p>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
|
Reference in New Issue
Block a user