# floating-labels Floating Labels for Bootstrap ![Sample without text input](https://i.imgur.com/JWEUrDi.png) ![Sample with text input](https://i.imgur.com/sro4kQC.png) ## How to use First Include the stylesheet in your html. Just put the input or textarea element inside a parent (div or span) with `.form-label-group` class and add a label tag after this element. The input and label must have the same id linked with for in label to work properly. #### Code samples ```html