Published
- 1 min read
place a small note on the bottom of input bootstrap
The solution for this is noted below
place a small note on the bottom of input bootstrap
Solution
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input
type="email"
class="form-control"
id="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter email"
/>
<small id="emailHelp" class="form-text text-muted"
>We'll never share your email with anyone else.</small
>
</div>
Try other methods by searching on the site. That is if this doesn’t work