Bs Inputs
Bootstrap Form Inputs Supported Form Controls Bootstrap supports the next shape controls: input textarea checkbox radio select Bootstrap Input Bootstrap supports all the HTML5 input types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, too color. Note: Inputs volition NOT move fully styled if their type is non properly declared! Name: Password: The next event contains ii input elements; i of type text too i of type password: Example < div class ="form-group" > < label for ="usr" > Name: < /label > < input type ="text" class ="form-control" id ="usr" > < /div > < div class ="form-group" > < label for ="pwd" > Password: < /label > < input type ="password" class ="form-control" id ="pwd" ...